diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-04 18:45:14 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-04 18:45:14 +0300 |
commit | f1c4d08896d6bda7c89f7145f61f724513888b77 (patch) | |
tree | a81f49de0e2c31f4703a3d65278bed519634d0ca /plugins/Dbx_sqlite/src/dbintf.h | |
parent | a8fb8956afebfe286bc6dad11b8e1e60037c6463 (diff) |
fixes #3782 (0.96.4: добавить уведомление о том, что Миранда не повисла, а происходит преобразование базы)
Diffstat (limited to 'plugins/Dbx_sqlite/src/dbintf.h')
-rw-r--r-- | plugins/Dbx_sqlite/src/dbintf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Dbx_sqlite/src/dbintf.h b/plugins/Dbx_sqlite/src/dbintf.h index 85183f35a7..40fffafda1 100644 --- a/plugins/Dbx_sqlite/src/dbintf.h +++ b/plugins/Dbx_sqlite/src/dbintf.h @@ -92,6 +92,7 @@ class CDbxSQLite : public MDatabaseCommon, public MIDatabaseChecker, public MZer CQuery qSettModules, qSettWrite, qSettDel, qSettEnum, qSettChanges;
int DeleteContactSettingWorker(MCONTACT contactID, LPCSTR szModule, LPCSTR szSetting);
+ void CheckConversion();
void DBFlush(bool bForce = false);
sqlite3_stmt* InitQuery(const char *szQuery, CQuery &stmt);
|