aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.h
diff options
context:
space:
mode:
authormltownsend <mltownsend@gmail.com>2009-08-11 17:00:46 +0000
committermltownsend <mltownsend@gmail.com>2009-08-11 17:00:46 +0000
commit80f757d7f217ae836f6c8de60134bc2a5d005687 (patch)
tree6969e36a3bd1f63227d67d2f2bdb224c36b1aeed /Source/TableDocument.h
parentf6afd1e9699b891f1deee9058a1737e8c5744bd7 (diff)
downloadsequelpro-80f757d7f217ae836f6c8de60134bc2a5d005687.tar.gz
sequelpro-80f757d7f217ae836f6c8de60134bc2a5d005687.tar.bz2
sequelpro-80f757d7f217ae836f6c8de60134bc2a5d005687.zip
User Manager feature
Diffstat (limited to 'Source/TableDocument.h')
-rw-r--r--Source/TableDocument.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h
index 42be9e5a..480ef810 100644
--- a/Source/TableDocument.h
+++ b/Source/TableDocument.h
@@ -53,6 +53,8 @@ enum {
IBOutlet id databaseDataInstance;
IBOutlet id spHistoryControllerInstance;
IBOutlet id spExportControllerInstance;
+ IBOutlet id userManagerInstance;
+
IBOutlet NSSearchField *listFilterField;
@@ -126,8 +128,8 @@ enum {
- (NSString *)getHTMLforPrint;
+- (IBAction)showUserManager:(id)sender;
- (void)initQueryEditorWithString:(NSString *)query;
-
// Connection callback and methods
- (void) setConnection:(MCPConnection *)theConnection;
- (void)setShouldAutomaticallyConnect:(BOOL)shouldAutomaticallyConnect;