Ref T506, SUP text message with red close buttons

This commit is contained in:
Klaus Basan
2019-01-07 08:32:13 +01:00
committed by Mat Sutcliffe
parent 8696f45a7c
commit a08b2fff3c
2 changed files with 21 additions and 22 deletions

View File

@@ -136,10 +136,6 @@ namespace BlackGui
//! New message tab for given callsign
QWidget *addNewTextMessageTab(const BlackMisc::Aviation::CCallsign &callsign);
//! Add new text message tab
//! \param tabName name of the new tab, usually the channel name
QWidget *addNewTextMessageTab(const QString &tabName);
//! Find text message tab by callsign
QWidget *findTextMessageTabByCallsign(const BlackMisc::Aviation::CCallsign &callsign, bool callsignResolution = false) const;