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.
mItNextFile
mFiles
1 parent d95ae44 commit 10131b1Copy full SHA for 10131b1
gui/threadresult.cpp
@@ -105,6 +105,7 @@ void ThreadResult::setProject(const ImportProject &prj)
105
{
106
std::lock_guard<std::mutex> locker(mutex);
107
mFiles.clear();
108
+ mItNextFile = mFiles.cbegin();
109
mFileSettings = prj.fileSettings;
110
mItNextFileSettings = mFileSettings.cbegin();
111
mProgress = 0;
0 commit comments