mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 10:55:32 +08:00
Ref T338, style
This commit is contained in:
@@ -161,7 +161,7 @@ namespace BlackGui
|
||||
sApp->processEventsFor(50);
|
||||
return true;
|
||||
}
|
||||
const QMessageBox::StandardButton reply = QMessageBox::question(this, QStringLiteral("Confirm override"), withQUestionMark(msg), QMessageBox::Yes | QMessageBox::No);
|
||||
const QMessageBox::StandardButton reply = QMessageBox::question(this, QStringLiteral("Confirm override"), withQuestionMark(msg), QMessageBox::Yes | QMessageBox::No);
|
||||
return reply == QMessageBox::Yes;
|
||||
}
|
||||
|
||||
|
||||
@@ -318,7 +318,7 @@ namespace BlackGui
|
||||
|
||||
QWidget *CTextMessageComponent::findTextMessageTabByCallsign(const CCallsign &callsign, bool callsignResolution) const
|
||||
{
|
||||
QWidget *w = findTextMessageTabByName(callsign.asString());
|
||||
QWidget *w = this->findTextMessageTabByName(callsign.asString());
|
||||
if (w) { return w; }
|
||||
if (!callsignResolution) { return nullptr; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user