aboutsummaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/guiSQLiteStudio/windows/functionseditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'SQLiteStudio3/guiSQLiteStudio/windows/functionseditor.h')
-rw-r--r--SQLiteStudio3/guiSQLiteStudio/windows/functionseditor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SQLiteStudio3/guiSQLiteStudio/windows/functionseditor.h b/SQLiteStudio3/guiSQLiteStudio/windows/functionseditor.h
index d3fcf12..d513234 100644
--- a/SQLiteStudio3/guiSQLiteStudio/windows/functionseditor.h
+++ b/SQLiteStudio3/guiSQLiteStudio/windows/functionseditor.h
@@ -105,7 +105,7 @@ class GUI_API_EXPORT FunctionsEditor : public MdiChild
void delFunctionArg();
void moveFunctionArgUp();
void moveFunctionArgDown();
- void updateArgsState();
+ bool updateArgsState();
void applyFilter(const QString& value);
void help();
void changeFont(const QVariant& font);