mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-10 04:16:36 -05:00
fix Qt6 deprecation warnings
This commit is contained in:
@@ -25,7 +25,11 @@ protected:
|
||||
void mousePressEvent(QMouseEvent* event) override;
|
||||
|
||||
private slots:
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(6, 7, 0)
|
||||
void OnUIValueChanged(Qt::CheckState new_value);
|
||||
#else
|
||||
void OnUIValueChanged(int new_value);
|
||||
#endif
|
||||
void ApplyControllerValueChange();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user