Ref T491, prevent standard message tab from closing, search tabs from right to left

This commit is contained in:
Klaus Basan
2018-12-29 07:21:48 +01:00
committed by Mat Sutcliffe
parent 7a6a822432
commit ea7694248e
2 changed files with 26 additions and 15 deletions

View File

@@ -117,6 +117,9 @@ namespace BlackGui
//! Select given tab
void selectTabWidget(TextMessageTab tab);
//! Is that a closeable tab (one the user can close)
bool isCloseableTab(const QWidget *tabWidget) const;
//! New message tab for given callsign
QWidget *addNewTextMessageTab(const BlackMisc::Aviation::CCallsign &callsign);