diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-09-27 15:11:13 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-09-27 15:11:13 +0000 |
commit | 4a132c2c7a1f65893b23fa3684727f475c867754 (patch) | |
tree | 3e6f741810316e31087779e598f75bfb782b5f96 /Source/SPTableContent.h | |
parent | f8ffeabf18d766c4072a9ddc672b24b631db96b8 (diff) | |
download | sequelpro-4a132c2c7a1f65893b23fa3684727f475c867754.tar.gz sequelpro-4a132c2c7a1f65893b23fa3684727f475c867754.tar.bz2 sequelpro-4a132c2c7a1f65893b23fa3684727f475c867754.zip |
• some progress on the filter table approach
Diffstat (limited to 'Source/SPTableContent.h')
-rw-r--r-- | Source/SPTableContent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPTableContent.h b/Source/SPTableContent.h index 13ca3d92..fca3fdae 100644 --- a/Source/SPTableContent.h +++ b/Source/SPTableContent.h @@ -203,6 +203,6 @@ - (NSArray*)fieldEditStatusForRow:(NSInteger)rowIndex andColumn:(NSInteger)columnIndex; -- (void)updateFilterTableClause; +- (void)updateFilterTableClause:(NSString*)currentValue; @end |