Ref T184, formatting

This commit is contained in:
Klaus Basan
2017-11-08 04:29:08 +01:00
parent 67711ba55e
commit 4cb404c91d

View File

@@ -55,7 +55,7 @@ namespace BlackGui
void addToContextMenu(QMenu *menu) const;
//! Is the area floating?
bool isFloating() const { return this->m_infoAreaFloating; }
bool isFloating() const { return m_infoAreaFloating; }
//! Is given widget selected. Means it is not floating, and the one selected
bool isSelectedDockWidgetInfoArea(const CDockWidgetInfoArea *infoArea) const;