diff options
author | stuconnolly <stuart02@gmail.com> | 2009-10-09 23:05:23 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-10-09 23:05:23 +0000 |
commit | a65889bc725c192813f568f606071268693fce5d (patch) | |
tree | ed24f22d9913580f2feba9bef817ff44a2c84d3f /Source/SPQueryController.h | |
parent | 20256abbd66b16013af66cbc6e6e08f3f763459c (diff) | |
download | sequelpro-a65889bc725c192813f568f606071268693fce5d.tar.gz sequelpro-a65889bc725c192813f568f606071268693fce5d.tar.bz2 sequelpro-a65889bc725c192813f568f606071268693fce5d.zip |
Reorganize the logical source structure of all controllers grouping them by functional area. This isn't definite so please feel free to make any further changes.
Diffstat (limited to 'Source/SPQueryController.h')
-rw-r--r-- | Source/SPQueryController.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/SPQueryController.h b/Source/SPQueryController.h index f1cc84e7..65287961 100644 --- a/Source/SPQueryController.h +++ b/Source/SPQueryController.h @@ -60,8 +60,6 @@ + (SPQueryController *)sharedQueryController; -#pragma mark ---------------------- - // QueryConsoleController - (IBAction)copy:(id)sender; - (IBAction)clearConsole:(id)sender; @@ -77,8 +75,6 @@ - (NSUInteger)consoleMessageCount; -#pragma mark ---------------------- - // DocumentsController - (NSURL *)registerDocumentWithFileURL:(NSURL *)fileURL andContextInfo:(NSMutableDictionary *)contextInfo; - (void)removeRegisteredDocumentWithFileURL:(NSURL *)fileURL; |