Skip to content

Commit 660f1af

Browse files
committed
Fix compiler error with Qt 6.9
1 parent c2d9bef commit 660f1af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/combat_tracker/combattracker.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,5 +338,5 @@ auto CombatTracker::getCacheFile() -> QFile
338338
{
339339
const auto filePath = FileUtils::fileInDir(u"combat-tracker-state.json"_s, QDir::tempPath());
340340

341-
return {filePath};
341+
return QFile(filePath);
342342
}

0 commit comments

Comments
 (0)