mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
Style
This commit is contained in:
committed by
Mat Sutcliffe
parent
400a8fc2a8
commit
d71e5f289a
@@ -35,13 +35,13 @@ namespace BlackGui
|
||||
|
||||
protected:
|
||||
//! Constructor
|
||||
CEnableForViewBasedIndicator(BlackGui::Views::CViewBaseNonTemplate *viewWithIndicator = nullptr);
|
||||
CEnableForViewBasedIndicator(Views::CViewBaseNonTemplate *viewWithIndicator = nullptr);
|
||||
|
||||
//! Set the corresponding view
|
||||
void setViewWithIndicator(BlackGui::Views::CViewBaseNonTemplate *viewWithIndicator);
|
||||
|
||||
private:
|
||||
BlackGui::Views::CViewBaseNonTemplate *m_viewWithIndicator = nullptr;
|
||||
Views::CViewBaseNonTemplate *m_viewWithIndicator = nullptr;
|
||||
};
|
||||
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user