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:
dt
2010-09-21 13:08:42 +02:00
parent b92004bb1d
commit 00caec3e73
8 changed files with 18 additions and 13 deletions

View File

@@ -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);
}