1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore: add a TODO with removal date for deprecated historykeeper

Closes #3654
This commit is contained in:
Zetok Zalbavar 2016-08-28 20:15:00 +01:00
parent 76c4cf7d39
commit f41dbf5324
No known key found for this signature in database
GPG Key ID: C953D3880212068A

View File

@ -41,6 +41,7 @@
* @deprecated See the History class instead
* @warning DO NOT USE!
*/
// TODO: remove backwards compatibility in 2018
static HistoryKeeper *historyInstance = nullptr;
QMutex HistoryKeeper::historyMutex;