|
@@ -29,7 +29,7 @@ public:
|
|
|
private slots:
|
|
private slots:
|
|
|
void on_checkBoxFullScreen_stateChanged(int state);
|
|
void on_checkBoxFullScreen_stateChanged(int state);
|
|
|
|
|
|
|
|
- void on_comboBoxResolution_currentIndexChanged(const QString & arg1);
|
|
|
|
|
|
|
+ void on_comboBoxResolution_currentTextChanged(const QString & arg1);
|
|
|
|
|
|
|
|
void on_comboBoxFullScreen_currentIndexChanged(int index);
|
|
void on_comboBoxFullScreen_currentIndexChanged(int index);
|
|
|
|
|
|