We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 601435c commit 5df429aCopy full SHA for 5df429a
src/nfc-app/app-qt/src/main/cpp/QtApplication.cpp
@@ -277,7 +277,7 @@ QFile QtApplication::tempFile(const QString &fileName)
277
if (!tempPath.exists())
278
tempPath.mkpath(".");
279
280
- return {tempPath.absoluteFilePath(fileName)};
+ return QFile(tempPath.absoluteFilePath(fileName));
281
}
282
283
void QtApplication::customEvent(QEvent *event)
0 commit comments