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);
|
||||
~InstallDialog() override;
|
||||
|
||||
QStringList GetFiles() const;
|
||||
bool ShouldOverwriteFiles() const;
|
||||
int GetMinimumWidth() const;
|
||||
[[nodiscard]] QStringList GetFiles() const;
|
||||
[[nodiscard]] int GetMinimumWidth() const;
|
||||
|
||||
private:
|
||||
QListWidget* file_list;
|
||||
|
|
Loading…
Reference in a new issue