aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CustomQuery.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/CustomQuery.h')
-rw-r--r--Source/CustomQuery.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CustomQuery.h b/Source/CustomQuery.h
index 550ec3b2..352e6749 100644
--- a/Source/CustomQuery.h
+++ b/Source/CustomQuery.h
@@ -72,7 +72,6 @@
IBOutlet NSSegmentedControl *helpTargetSelector;
- NSArray *queryResult;
NSUserDefaults *prefs;
NSMutableArray *queryFavorites;
@@ -94,6 +93,7 @@
NSArray *cqColumnDefinition;
NSString *lastExecutedQuery;
+ BOOL tableReloadAfterEdting;
BOOL tempAlertWasShown; // a temp value for nightly builts
}