summaryrefslogtreecommitdiff
path: root/src/directoryrefresher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/directoryrefresher.cpp')
-rw-r--r--src/directoryrefresher.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/directoryrefresher.cpp b/src/directoryrefresher.cpp
index e8c26c90..57948236 100644
--- a/src/directoryrefresher.cpp
+++ b/src/directoryrefresher.cpp
@@ -286,7 +286,7 @@ void DirectoryRefresher::addModFilesToStructure(
DirectoryEntry *directoryStructure, const QString &modName,
int priority, const QString &directory, const QStringList &stealFiles)
{
- TimeThis tt("addModFilesToStructure()");
+ TimeThis tt("DirectoryRefresher::addModFilesToStructure()");
std::wstring directoryW = ToWString(QDir::toNativeSeparators(directory));
DirectoryStats dummy;
@@ -307,7 +307,7 @@ void DirectoryRefresher::addModToStructure(DirectoryEntry *directoryStructure
, const QStringList &stealFiles
, const QStringList &archives)
{
- TimeThis tt("addModToStructure()");
+ TimeThis tt("DirectoryRefresher::addModToStructure()");
DirectoryStats dummy;
@@ -463,7 +463,7 @@ void DirectoryRefresher::addMultipleModsFilesToStructure(
void DirectoryRefresher::refresh()
{
SetThisThreadName("DirectoryRefresher");
- TimeThis tt("refresh");
+ TimeThis tt("DirectoryRefresher::refresh()");
auto* p = new DirectoryRefreshProgress(this);
{