aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPQueryController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPQueryController.h')
-rw-r--r--Source/SPQueryController.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPQueryController.h b/Source/SPQueryController.h
index 65287961..8a350a32 100644
--- a/Source/SPQueryController.h
+++ b/Source/SPQueryController.h
@@ -42,6 +42,7 @@
BOOL showSelectStatementsAreDisabled;
BOOL showHelpStatementsAreDisabled;
BOOL filterIsActive;
+ BOOL allowConsoleUpdate;
NSMutableString *activeFilterString;
@@ -57,6 +58,7 @@
}
@property (readwrite, retain) NSFont *consoleFont;
+@property (readwrite) BOOL allowConsoleUpdate;
+ (SPQueryController *)sharedQueryController;