aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2009-04-10 12:44:06 +0000
committerstuconnolly <stuart02@gmail.com>2009-04-10 12:44:06 +0000
commit8340fe85798a0ed932de04ed9f740781728ab7f1 (patch)
treeb24d5f8b915962976bdbce77243e5c1cb83c7418 /Source/TableDocument.h
parent68b9bbc92bfdcb027db31e775cf67b3c573d473b (diff)
downloadsequelpro-8340fe85798a0ed932de04ed9f740781728ab7f1.tar.gz
sequelpro-8340fe85798a0ed932de04ed9f740781728ab7f1.tar.bz2
sequelpro-8340fe85798a0ed932de04ed9f740781728ab7f1.zip
Implementation of enhancement described in issue #75. You can now add the current connection details to your favourites provided it doesn't already exist.
Diffstat (limited to 'Source/TableDocument.h')
-rw-r--r--Source/TableDocument.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h
index b9426e31..de062124 100644
--- a/Source/TableDocument.h
+++ b/Source/TableDocument.h
@@ -179,6 +179,7 @@
- (IBAction)viewContent:(id)sender;
- (IBAction)viewQuery:(id)sender;
- (IBAction)viewStatus:(id)sender;
+- (IBAction)addConnectionToFavorites:(id)sender;
//toolbar methods
- (void)setupToolbar;