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:
@@ -100,7 +100,7 @@ void CorePlugin::extensionsInitialized()
|
||||
|
||||
void CorePlugin::remoteCommand(const QStringList & /* options */, const QStringList &args)
|
||||
{
|
||||
m_mainWindow->openFiles(args);
|
||||
m_mainWindow->openFiles(args, true);
|
||||
m_mainWindow->activateWindow();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user