Browse Source

chore: add a TODO with removal date for deprecated historykeeper

Closes #3654
reviewable/pr3665/r1
Zetok Zalbavar 9 years ago
parent
commit
f41dbf5324
No known key found for this signature in database
GPG Key ID: C953D3880212068A
  1. 1
      src/persistence/historykeeper.cpp

1
src/persistence/historykeeper.cpp

@ -41,6 +41,7 @@ @@ -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;

Loading…
Cancel
Save