mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-02 19:36:57 +03:00
fix: final fixes
- use `done(code)` for offer dialog Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
parent
c123558314
commit
400a2f7201
4 changed files with 25 additions and 14 deletions
|
|
@ -32,10 +32,10 @@ class UpdateAvailableDialog : public QDialog {
|
|||
|
||||
public:
|
||||
|
||||
enum DialogCode {
|
||||
Install,
|
||||
DontInstall,
|
||||
Skip,
|
||||
enum ResultCode {
|
||||
Install = 10,
|
||||
DontInstall = 11,
|
||||
Skip = 12,
|
||||
};
|
||||
|
||||
explicit UpdateAvailableDialog(const QString& currentVersion,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue