diff options
Diffstat (limited to '')
| -rw-r--r-- | src/yuzu/install_dialog.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/yuzu/install_dialog.h b/src/yuzu/install_dialog.h index e4aba1b06..68e03fe4e 100644 --- a/src/yuzu/install_dialog.h +++ b/src/yuzu/install_dialog.h | |||
| @@ -20,9 +20,8 @@ public: | |||
| 20 | explicit InstallDialog(QWidget* parent, const QStringList& files); | 20 | explicit InstallDialog(QWidget* parent, const QStringList& files); |
| 21 | ~InstallDialog() override; | 21 | ~InstallDialog() override; |
| 22 | 22 | ||
| 23 | QStringList GetFiles() const; | 23 | [[nodiscard]] QStringList GetFiles() const; |
| 24 | bool ShouldOverwriteFiles() const; | 24 | [[nodiscard]] int GetMinimumWidth() const; |
| 25 | int GetMinimumWidth() const; | ||
| 26 | 25 | ||
| 27 | private: | 26 | private: |
| 28 | QListWidget* file_list; | 27 | QListWidget* file_list; |