summaryrefslogtreecommitdiffstats
path: root/Plugins/DbSqliteSystemData/dbsqlitesystemdatainstance.h
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/DbSqliteSystemData/dbsqlitesystemdatainstance.h')
-rw-r--r--Plugins/DbSqliteSystemData/dbsqlitesystemdatainstance.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/Plugins/DbSqliteSystemData/dbsqlitesystemdatainstance.h b/Plugins/DbSqliteSystemData/dbsqlitesystemdatainstance.h
deleted file mode 100644
index 6e72624..0000000
--- a/Plugins/DbSqliteSystemData/dbsqlitesystemdatainstance.h
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef DBSQLITEWXINSTANCE_H
-#define DBSQLITEWXINSTANCE_H
-
-#include "db/abstractdb3.h"
-#include "systemdata_sqlite3.h"
-#include "db/stdsqlite3driver.h"
-
-STD_SQLITE3_DRIVER(SystemDataSQLite, "System.Data.SQLite", systemdata_,)
-
-class DbSqliteSystemDataInstance : public AbstractDb3<SystemDataSQLite>
-{
- public:
- DbSqliteSystemDataInstance(const QString &name, const QString &path, const QHash<QString, QVariant> &connOptions);
-
- protected:
- void initAfterOpen();
- QString getAttachSql(Db* otherDb, const QString& generatedAttachName);
-};
-
-#endif // DBSQLITEWXINSTANCE_H