aboutsummaryrefslogtreecommitdiffstats
path: root/Plugins/DbSqliteSystemData/dbsqlitesystemdata.h
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2021-12-17 07:06:30 -0500
committerLibravatarUnit 193 <unit193@unit193.net>2021-12-17 07:06:30 -0500
commit1fdc150116cad39aae5c5da407c3312b47a59e3a (patch)
tree123c79a4d7ad2d45781ba03ce939f7539fb428d8 /Plugins/DbSqliteSystemData/dbsqlitesystemdata.h
parentfeda8a7db8d1d7c5439aa8f8feef7cc0dd2b59a0 (diff)
New upstream version 3.3.3+dfsg1.upstream/3.3.3+dfsg1
Diffstat (limited to 'Plugins/DbSqliteSystemData/dbsqlitesystemdata.h')
-rw-r--r--Plugins/DbSqliteSystemData/dbsqlitesystemdata.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/Plugins/DbSqliteSystemData/dbsqlitesystemdata.h b/Plugins/DbSqliteSystemData/dbsqlitesystemdata.h
deleted file mode 100644
index 4849504..0000000
--- a/Plugins/DbSqliteSystemData/dbsqlitesystemdata.h
+++ /dev/null
@@ -1,26 +0,0 @@
-#ifndef DBSQLITEWX_H
-#define DBSQLITEWX_H
-
-#include "plugins/genericplugin.h"
-#include "plugins/dbpluginstdfilebase.h"
-#include <QObject>
-
-class DbSqliteSystemData : public GenericPlugin, public DbPluginStdFileBase
-{
- Q_OBJECT
- SQLITESTUDIO_PLUGIN("dbsqlitesystemdata.json")
-
- public:
- DbSqliteSystemData();
-
- QString getLabel() const;
- QList<DbPluginOption> getOptionsList() const;
- bool checkIfDbServedByPlugin(Db *db) const;
-
- static_char* PASSWORD_OPT = "password";
-
- protected:
- Db *newInstance(const QString &name, const QString &path, const QHash<QString, QVariant> &options);
-};
-
-#endif // DBSQLITEWX_H