mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 01:05:35 +08:00
Issue #77 Remove unused methods
This commit is contained in:
@@ -203,7 +203,8 @@ namespace BlackGui
|
||||
|
||||
if (msgSettings.popupSelcalMessages())
|
||||
{
|
||||
this->emitDisplayInInfoWindow(CLogMessage(this).info(u"SELCAL received"), 3 * 1000);
|
||||
CStatusMessage msg = CLogMessage(this).info(u"SELCAL received");
|
||||
this->emitDisplayInInfoWindow(CVariant::from(msg), 3 * 1000);
|
||||
}
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user