mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 19:39:20 +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),
|
||||
_lastCheck(usecTimestampNow())
|
||||
{
|
||||
setObjectName("DomainContentBackupManager");
|
||||
|
||||
// Make sure the backup directory exists.
|
||||
QDir(_backupDirectory).mkpath(".");
|
||||
|
||||
|
|
Loading…
Reference in a new issue