aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CustomQuery.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/CustomQuery.h')
-rw-r--r--Source/CustomQuery.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/CustomQuery.h b/Source/CustomQuery.h
index 66c5e965..3e3b51ea 100644
--- a/Source/CustomQuery.h
+++ b/Source/CustomQuery.h
@@ -80,6 +80,7 @@
int queryStartPosition;
int helpTarget;
+ WebHistory *helpHistory;
}
@@ -116,7 +117,7 @@
- (NSArray *)currentResult;
// MySQL Help
-- (void)showHelpFor:(NSString *)aString;
+- (void)showHelpFor:(NSString *)aString setHistory:(BOOL)setHistory;
- (NSString *)getHTMLHelpFor:(NSString *)aString;
- (void)helpTargetValidation;