diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-06-24 20:43:18 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-06-24 20:43:18 +0000 |
commit | ebce2f66f06a582569b553457000c3f8fed2544a (patch) | |
tree | ddcf78be7f4089a55afe3130e40724ca35de5d5d /Source/CustomQuery.h | |
parent | 2d99f75c604e58ad62d38fe34183d1fd84d356c0 (diff) | |
download | sequelpro-ebce2f66f06a582569b553457000c3f8fed2544a.tar.gz sequelpro-ebce2f66f06a582569b553457000c3f8fed2544a.tar.bz2 sequelpro-ebce2f66f06a582569b553457000c3f8fed2544a.zip |
• initial trial to make Custom Query's result table sortable by clicking at a column header
Diffstat (limited to 'Source/CustomQuery.h')
-rw-r--r-- | Source/CustomQuery.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CustomQuery.h b/Source/CustomQuery.h index 352e6749..1dcd870d 100644 --- a/Source/CustomQuery.h +++ b/Source/CustomQuery.h @@ -94,6 +94,8 @@ NSString *lastExecutedQuery; BOOL tableReloadAfterEdting; + BOOL isDesc; + NSString *sortField; BOOL tempAlertWasShown; // a temp value for nightly builts } |