Browse Source
Merge pull request #4701 from lioncash/unused-proto
install_dialog: Remove unused function prototype
pull/15/merge
Rodrigo Locatti
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
3 deletions
-
src/yuzu/install_dialog.h
|
|
|
@ -20,9 +20,8 @@ public: |
|
|
|
explicit InstallDialog(QWidget* parent, const QStringList& files); |
|
|
|
~InstallDialog() override; |
|
|
|
|
|
|
|
QStringList GetFiles() const; |
|
|
|
bool ShouldOverwriteFiles() const; |
|
|
|
int GetMinimumWidth() const; |
|
|
|
[[nodiscard]] QStringList GetFiles() const; |
|
|
|
[[nodiscard]] int GetMinimumWidth() const; |
|
|
|
|
|
|
|
private: |
|
|
|
QListWidget* file_list; |
|
|
|
|