Make wxToolBar::Init() private in wxQt
No real changes, just keep private method out of the public part.
This commit is contained in:
committed by
Vadim Zeitlin
parent
f741031e69
commit
4c0b919851
@@ -32,7 +32,6 @@ public:
|
||||
|
||||
virtual ~wxToolBar();
|
||||
|
||||
void Init();
|
||||
bool Create(wxWindow *parent,
|
||||
wxWindowID id,
|
||||
const wxPoint& pos = wxDefaultPosition,
|
||||
@@ -69,6 +68,8 @@ protected:
|
||||
virtual void DoSetToggle(wxToolBarToolBase *tool, bool toggle) wxOVERRIDE;
|
||||
|
||||
private:
|
||||
void Init();
|
||||
|
||||
long GetButtonStyle();
|
||||
|
||||
QToolBar *m_qtToolBar;
|
||||
|
Reference in New Issue
Block a user