diff options
Diffstat (limited to 'SQLiteStudio3/sqlitestudiocli/commands/clicommandhistory.h')
| -rw-r--r-- | SQLiteStudio3/sqlitestudiocli/commands/clicommandhistory.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/SQLiteStudio3/sqlitestudiocli/commands/clicommandhistory.h b/SQLiteStudio3/sqlitestudiocli/commands/clicommandhistory.h index f2e07d0..41c6f88 100644 --- a/SQLiteStudio3/sqlitestudiocli/commands/clicommandhistory.h +++ b/SQLiteStudio3/sqlitestudiocli/commands/clicommandhistory.h @@ -5,6 +5,8 @@ class CliCommandHistory : public CliCommand
{
+ Q_OBJECT
+
public:
void execute();
QString shortHelp() const;
|
