Remove unnecessary "protected:" from wx/qt/radiobut.h

No real changes, just remove an empty protected section.
This commit is contained in:
Vadim Zeitlin
2019-02-02 14:29:06 +01:00
parent 0183b47a45
commit 10b35c22f5

View File

@@ -37,8 +37,6 @@ public:
virtual QWidget *GetHandle() const;
protected:
private:
QRadioButton *m_qtRadioButton;