aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CustomQuery.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2009-06-24 20:43:18 +0000
committerBibiko <bibiko@eva.mpg.de>2009-06-24 20:43:18 +0000
commitebce2f66f06a582569b553457000c3f8fed2544a (patch)
treeddcf78be7f4089a55afe3130e40724ca35de5d5d /Source/CustomQuery.h
parent2d99f75c604e58ad62d38fe34183d1fd84d356c0 (diff)
downloadsequelpro-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.h2
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
}