mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-30 22:29:13 +08:00
refs #412 launch swiftcorectrl instead of swiftcore
This commit is contained in:
@@ -102,7 +102,7 @@ void CIntroWindow::buttonClicked() const
|
|||||||
{
|
{
|
||||||
//! \todo make fully OS independent
|
//! \todo make fully OS independent
|
||||||
QString sfx = QFileInfo(QCoreApplication::applicationFilePath()).suffix();
|
QString sfx = QFileInfo(QCoreApplication::applicationFilePath()).suffix();
|
||||||
QString core = QDir(QApplication::applicationDirPath()).filePath("swiftcore." + sfx);
|
QString core = QDir(QApplication::applicationDirPath()).filePath("swiftcorectrl." + sfx);
|
||||||
QProcess::startDetached(core);
|
QProcess::startDetached(core);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user