thread-safe database classes, created instead of last modifed date in
title
This commit is contained in:
parent
419cd98cba
commit
1067fcf353
8 changed files with 28 additions and 2 deletions
|
@ -33,6 +33,7 @@ public:
|
|||
~ProfileDatabase();
|
||||
|
||||
private:
|
||||
QMutex mutex;
|
||||
QSettings *profileDB;
|
||||
|
||||
public slots:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue