Issue #77 Remove unused methods

This commit is contained in:
Mat Sutcliffe
2020-10-29 22:43:00 +00:00
parent 4cc1c7e0a9
commit c2ac37f552
8 changed files with 2 additions and 50 deletions

View File

@@ -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;
}