mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
Ref T536, style
This commit is contained in:
committed by
Mat Sutcliffe
parent
963ac03be0
commit
f50bb23020
@@ -57,7 +57,7 @@ namespace BlackGui
|
||||
CInfoArea *CEnableForDockWidgetInfoArea::getParentInfoArea() const
|
||||
{
|
||||
Q_ASSERT(m_parentDockableInfoArea);
|
||||
if (!m_parentDockableInfoArea) return nullptr;
|
||||
if (!m_parentDockableInfoArea) { return nullptr; }
|
||||
return m_parentDockableInfoArea->getParentInfoArea();
|
||||
}
|
||||
|
||||
|
||||
@@ -62,9 +62,8 @@ namespace BlackGui
|
||||
//! Destructor
|
||||
virtual ~CEnableForDockWidgetInfoArea() {}
|
||||
|
||||
private:
|
||||
CDockWidgetInfoArea *m_parentDockableInfoArea = nullptr; //!< my parent dockable widget
|
||||
BlackMisc::CConnectionGuard m_connections;
|
||||
BlackMisc::CConnectionGuard m_connections; //!< connections
|
||||
};
|
||||
} // namespace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user