mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 09:29:02 +02:00
set DomainContentBackupManager object name so it appears on thread
This commit is contained in:
parent
8e621a95a3
commit
d9f2e1986f
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,8 @@ DomainContentBackupManager::DomainContentBackupManager(const QString& backupDire
|
||||||
_persistInterval(persistInterval),
|
_persistInterval(persistInterval),
|
||||||
_lastCheck(usecTimestampNow())
|
_lastCheck(usecTimestampNow())
|
||||||
{
|
{
|
||||||
|
setObjectName("DomainContentBackupManager");
|
||||||
|
|
||||||
// Make sure the backup directory exists.
|
// Make sure the backup directory exists.
|
||||||
QDir(_backupDirectory).mkpath(".");
|
QDir(_backupDirectory).mkpath(".");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue