Put parameter names into header files too
This commit is contained in:
@@ -36,8 +36,8 @@ public:
|
||||
void updateWidgets();
|
||||
|
||||
private:
|
||||
void setLeftSidePanelWidth(int);
|
||||
void setRightSidePanelWidth(int);
|
||||
void setLeftSidePanelWidth(int newLeftPanelSize);
|
||||
void setRightSidePanelWidth(int newRightPanelSize);
|
||||
|
||||
TeletextWidget *m_parentMainWidget;
|
||||
QComboBox *m_defaultScreenColourCombo, *m_defaultRowColourCombo, *m_colourTableCombo;
|
||||
|
||||
Reference in New Issue
Block a user