We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07bccf9 commit 81f19c7Copy full SHA for 81f19c7
1 file changed
src/projectloader.cpp
@@ -59,6 +59,9 @@ void ProjectLoader::setFileName(const QString &newFileName)
59
if (m_loadThread.isRunning())
60
m_loadThread.waitForFinished();
61
62
+ if (newFileName.isEmpty())
63
+ return;
64
+
65
m_fileName = newFileName;
66
67
// Stop the project
0 commit comments