mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 02:28:51 +00:00
Qt: Make dialogues more consistent
This commit is contained in:
parent
c3d88a622d
commit
7cd30810a3
10 changed files with 18 additions and 10 deletions
|
@ -20,7 +20,7 @@ class QPushButton;
|
|||
class NewPatchDialog : public QDialog
|
||||
{
|
||||
public:
|
||||
explicit NewPatchDialog(PatchEngine::Patch& patch);
|
||||
explicit NewPatchDialog(QWidget* parent, PatchEngine::Patch& patch);
|
||||
|
||||
private:
|
||||
void CreateWidgets();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue