aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableRelations.h
diff options
context:
space:
mode:
authorStuart Connolly <stuart02@gmail.com>2017-03-28 23:15:10 +0100
committerStuart Connolly <stuart02@gmail.com>2017-03-28 23:15:10 +0100
commit5f1b37e21c113101b2d72124f6dbd22b77a4fddc (patch)
tree500018962114439a4fbdc26d68df84a89a2b66d7 /Source/SPTableRelations.h
parentdbcea5c9ed64331f02a1f4e5525dfbfff0d61894 (diff)
downloadsequelpro-5f1b37e21c113101b2d72124f6dbd22b77a4fddc.tar.gz
sequelpro-5f1b37e21c113101b2d72124f6dbd22b77a4fddc.tar.bz2
sequelpro-5f1b37e21c113101b2d72124f6dbd22b77a4fddc.zip
Move table relations delegate methods into their own catrgory to be consistent with other controllers.
Diffstat (limited to 'Source/SPTableRelations.h')
-rw-r--r--Source/SPTableRelations.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/SPTableRelations.h b/Source/SPTableRelations.h
index 1ab7f1b7..6fa2bd57 100644
--- a/Source/SPTableRelations.h
+++ b/Source/SPTableRelations.h
@@ -34,7 +34,7 @@
@class SPTablesList;
@class SPTableData;
-@interface SPTableRelations : NSObject
+@interface SPTableRelations : NSObject <NSTableViewDelegate, NSTableViewDataSource>
{
IBOutlet SPDatabaseDocument *tableDocumentInstance;
IBOutlet SPTablesList *tablesListInstance;
@@ -85,8 +85,8 @@
- (void)tableSelectionChanged:(NSNotification *)notification;
// Task interaction
-- (void)startDocumentTaskForTab:(NSNotification *)aNotification;
-- (void)endDocumentTaskForTab:(NSNotification *)aNotification;
+- (void)startDocumentTaskForTab:(NSNotification *)notification;
+- (void)endDocumentTaskForTab:(NSNotification *)notification;
// Other
- (NSArray *)relationDataForPrinting;