diff options
Diffstat (limited to 'SQLiteStudio3/coreSQLiteStudio/sqlhistorymodel.h')
| -rw-r--r-- | SQLiteStudio3/coreSQLiteStudio/sqlhistorymodel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/SQLiteStudio3/coreSQLiteStudio/sqlhistorymodel.h b/SQLiteStudio3/coreSQLiteStudio/sqlhistorymodel.h index 0f6b25d..17e1bc3 100644 --- a/SQLiteStudio3/coreSQLiteStudio/sqlhistorymodel.h +++ b/SQLiteStudio3/coreSQLiteStudio/sqlhistorymodel.h @@ -7,6 +7,8 @@ class Db; class SqlHistoryModel : public QueryModel { + Q_OBJECT + public: SqlHistoryModel(Db* db, QObject *parent = nullptr); |
