mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 12:55:31 +08:00
Ref T184, formatting
This commit is contained in:
@@ -55,7 +55,7 @@ namespace BlackGui
|
|||||||
void addToContextMenu(QMenu *menu) const;
|
void addToContextMenu(QMenu *menu) const;
|
||||||
|
|
||||||
//! Is the area floating?
|
//! 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
|
//! Is given widget selected. Means it is not floating, and the one selected
|
||||||
bool isSelectedDockWidgetInfoArea(const CDockWidgetInfoArea *infoArea) const;
|
bool isSelectedDockWidgetInfoArea(const CDockWidgetInfoArea *infoArea) const;
|
||||||
|
|||||||
Reference in New Issue
Block a user