mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 02:59:59 +00:00
Merge pull request #4701 from lioncash/unused-proto
install_dialog: Remove unused function prototype
This commit is contained in:
commit
c307ae2402
1 changed files with 2 additions and 3 deletions
|
@ -20,9 +20,8 @@ public:
|
||||||
explicit InstallDialog(QWidget* parent, const QStringList& files);
|
explicit InstallDialog(QWidget* parent, const QStringList& files);
|
||||||
~InstallDialog() override;
|
~InstallDialog() override;
|
||||||
|
|
||||||
QStringList GetFiles() const;
|
[[nodiscard]] QStringList GetFiles() const;
|
||||||
bool ShouldOverwriteFiles() const;
|
[[nodiscard]] int GetMinimumWidth() const;
|
||||||
int GetMinimumWidth() const;
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
QListWidget* file_list;
|
QListWidget* file_list;
|
||||||
|
|
Loading…
Reference in a new issue