forked from qt-creator/qt-creator
Mode switching: On drag & drop, on remote opening, on Open Files
Readd a few mode switchings that I accidentally removed. Task-Nr: QTCREATORBUG-2405
This commit is contained in:
@@ -335,7 +335,7 @@ void GettingStartedWelcomePageWidget::slotOpenExample()
|
||||
tryFile = proFileInfo.path() + '/' + proFileInfo.baseName() + ".qml";
|
||||
if(QFile::exists(tryFile))
|
||||
files << tryFile;
|
||||
Core::ICore::instance()->openFiles(files);
|
||||
Core::ICore::instance()->openFiles(files, true);
|
||||
if (!helpFile.isEmpty())
|
||||
slotOpenContextHelpPage(helpFile);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user