mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
Style
This commit is contained in:
committed by
Mat Sutcliffe
parent
369e69e610
commit
79c947f8fa
@@ -38,8 +38,8 @@ namespace BlackGui
|
||||
}
|
||||
}
|
||||
|
||||
const QMessageBox::StandardButton reply =
|
||||
QMessageBox::question(parent, "Copy XSwiftBus",
|
||||
const QMessageBox::StandardButton reply = QMessageBox::question(parent,
|
||||
"Copy XSwiftBus",
|
||||
QStringLiteral("Copy XSwiftBus from build directory '%1' to plugin directory '%2'?").arg(CDirectoryUtils::getXSwiftBusBuildDirectory(), CXPlaneUtil::xswiftbusPluginDir(xplaneRootDir)),
|
||||
QMessageBox::Yes | QMessageBox::No);
|
||||
if (reply != QMessageBox::Yes) { return 0; }
|
||||
|
||||
Reference in New Issue
Block a user