We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 608c367 commit 605fa13Copy full SHA for 605fa13
AutoUpdaterGui/updatecontroller.h
@@ -84,7 +84,7 @@ namespace QtAutoUpdater
84
85
public slots:
86
//! Starts the controller with the specified level.
87
- bool start(DisplayLevel displayLevel = ProgressLevel);
+ bool start(DisplayLevel displayLevel = InfoLevel);
88
//! Tries to cancel the controllers update
89
bool cancelUpdate(int maxDelay = 3000);
90
0 commit comments