mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-19 10:17:57 -05:00
Add more stuff to configure.
This commit is contained in:
@ -2,9 +2,9 @@
|
||||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#ifndef CONFIGURE_GENERAL_H
|
||||
#define CONFIGURE_GENERAL_H
|
||||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
#include <QWidget>
|
||||
|
||||
namespace Ui {
|
||||
@ -16,7 +16,7 @@ class ConfigureGeneral : public QWidget
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit ConfigureGeneral(QWidget *parent = 0);
|
||||
explicit ConfigureGeneral(QWidget *parent = nullptr);
|
||||
~ConfigureGeneral();
|
||||
|
||||
void applyConfiguration();
|
||||
@ -25,7 +25,5 @@ private:
|
||||
void setConfiguration();
|
||||
|
||||
private:
|
||||
Ui::ConfigureGeneral *ui;
|
||||
std::unique_ptr<Ui::ConfigureGeneral> ui;
|
||||
};
|
||||
|
||||
#endif // CONFIGURE_GENERAL_H
|
||||
|
Reference in New Issue
Block a user