summaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/sqlitestudiocli/cli.h
diff options
context:
space:
mode:
Diffstat (limited to 'SQLiteStudio3/sqlitestudiocli/cli.h')
-rw-r--r--SQLiteStudio3/sqlitestudiocli/cli.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SQLiteStudio3/sqlitestudiocli/cli.h b/SQLiteStudio3/sqlitestudiocli/cli.h
index 12f391b..5ee363f 100644
--- a/SQLiteStudio3/sqlitestudiocli/cli.h
+++ b/SQLiteStudio3/sqlitestudiocli/cli.h
@@ -59,7 +59,7 @@ class CLI : public QObject
void done();
void executionComplete();
void clearHistory();
- void openDbFile(const QString& path);
+ bool openDbFile(const QString& path);
signals:
void execCommand(CliCommand* cmd);