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