install_dialog: Remove unused function prototype

This function doesn't have an implementation, so it can be removed to
prevent others from unintentionally using it.
pull/8/head
Lioncash 4 years ago
parent 2b863c9aa3
commit e107870bc8

@ -21,7 +21,6 @@ public:
~InstallDialog() override; ~InstallDialog() override;
QStringList GetFiles() const; QStringList GetFiles() const;
bool ShouldOverwriteFiles() const;
int GetMinimumWidth() const; int GetMinimumWidth() const;
private: private:

Loading…
Cancel
Save