From 1fdc150116cad39aae5c5da407c3312b47a59e3a Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Fri, 17 Dec 2021 07:06:30 -0500 Subject: New upstream version 3.3.3+dfsg1. --- Plugins/DbSqliteSystemData/dbsqlitesystemdata.h | 26 ------------------------- 1 file changed, 26 deletions(-) delete mode 100644 Plugins/DbSqliteSystemData/dbsqlitesystemdata.h (limited to 'Plugins/DbSqliteSystemData/dbsqlitesystemdata.h') 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 - -class DbSqliteSystemData : public GenericPlugin, public DbPluginStdFileBase -{ - Q_OBJECT - SQLITESTUDIO_PLUGIN("dbsqlitesystemdata.json") - - public: - DbSqliteSystemData(); - - QString getLabel() const; - QList getOptionsList() const; - bool checkIfDbServedByPlugin(Db *db) const; - - static_char* PASSWORD_OPT = "password"; - - protected: - Db *newInstance(const QString &name, const QString &path, const QHash &options); -}; - -#endif // DBSQLITEWX_H -- cgit v1.2.3