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/DbSqliteWx/dbsqlitewx.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Plugins/DbSqliteWx/dbsqlitewx.h') diff --git a/Plugins/DbSqliteWx/dbsqlitewx.h b/Plugins/DbSqliteWx/dbsqlitewx.h index f4cf9e7..9ad2f02 100644 --- a/Plugins/DbSqliteWx/dbsqlitewx.h +++ b/Plugins/DbSqliteWx/dbsqlitewx.h @@ -18,6 +18,8 @@ class DbSqliteWx : public GenericPlugin, public DbPluginStdFileBase bool checkIfDbServedByPlugin(Db *db) const; static_char* PASSWORD_OPT = "password"; + static_char* CIPHER_OPT = "cipher"; + static_char* PRAGMAS_OPT = "pragmas"; protected: Db *newInstance(const QString &name, const QString &path, const QHash &options); -- cgit v1.2.3