mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Ref T184, formatting
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user