mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Use const reference, explicit, final, and override in DQt2.
This commit is contained in:
@ -13,7 +13,7 @@ class ToolBar final : public QToolBar
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
ToolBar(QWidget* parent = nullptr);
|
||||
explicit ToolBar(QWidget* parent = nullptr);
|
||||
|
||||
public slots:
|
||||
void EmulationStarted();
|
||||
|
Reference in New Issue
Block a user