aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/studiowelcome/examplecheckout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/studiowelcome/examplecheckout.h')
-rw-r--r--src/plugins/studiowelcome/examplecheckout.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/studiowelcome/examplecheckout.h b/src/plugins/studiowelcome/examplecheckout.h
index a6c0df3ace..fae0fea336 100644
--- a/src/plugins/studiowelcome/examplecheckout.h
+++ b/src/plugins/studiowelcome/examplecheckout.h
@@ -168,10 +168,12 @@ public:
bool available() const;
Utils::FilePath targetFolder() const;
void setForceDownload(bool b);
+ int progress() const;
signals:
void finished();
void availableChanged();
+ void progressChanged();
private:
FileDownloader m_fileDownloader;