diff options
author | rowanbeentje <rowan@beent.je> | 2009-12-08 00:02:50 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2009-12-08 00:02:50 +0000 |
commit | 0483d38f13410bcf5dd81f38cf7a1c801b5f7271 (patch) | |
tree | 0811dc2a2e3801d5ecea5fb2faf56959925974a4 /Source/TablesList.h | |
parent | a2c7f0a33464fd3558f328bc975b8f1fc3ca2dfe (diff) | |
download | sequelpro-0483d38f13410bcf5dd81f38cf7a1c801b5f7271.tar.gz sequelpro-0483d38f13410bcf5dd81f38cf7a1c801b5f7271.tar.bz2 sequelpro-0483d38f13410bcf5dd81f38cf7a1c801b5f7271.zip |
- Improve TablesList item selection by splitting out interface updates to a method to be called in the main thread; should improve stability
Diffstat (limited to 'Source/TablesList.h')
-rw-r--r-- | Source/TablesList.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/TablesList.h b/Source/TablesList.h index 3f29011c..d7a22b53 100644 --- a/Source/TablesList.h +++ b/Source/TablesList.h @@ -125,6 +125,7 @@ enum sp_table_types - (void)doPerformQueryService:(NSString *)query; - (void)updateSelectionWithTaskString:(NSString *)taskString; - (void)updateSelectionTask; +- (void)setSelection:(NSDictionary *)selectionDetails; - (void)selectTableAtIndex:(NSNumber *)row; // Getters |