Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kamm <kamm@incasoftware.de>2015-01-30 15:36:20 +0300
committerChristian Kamm <kamm@incasoftware.de>2015-04-22 12:20:31 +0300
commit96ecdb866d0142619fbf17274d6b71cc2e91076e (patch)
treed585bacef933977477d847265ee17f176cd999de /src/gui/owncloudgui.h
parent7d68c628dbb496c855e77e186835be129abfc897 (diff)
Time estimate: Refactor remaining time guess. #2328
Diffstat (limited to 'src/gui/owncloudgui.h')
-rw-r--r--src/gui/owncloudgui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/owncloudgui.h b/src/gui/owncloudgui.h
index 9dedcc66f..45111165b 100644
--- a/src/gui/owncloudgui.h
+++ b/src/gui/owncloudgui.h
@@ -56,7 +56,7 @@ public slots:
void slotFolderOpenAction( const QString& alias );
void slotRefreshQuotaDisplay( qint64 total, qint64 used );
void slotRebuildRecentMenus();
- void slotUpdateProgress(const QString &folder, const Progress::Info& progress);
+ void slotUpdateProgress(const QString &folder, const ProgressInfo& progress);
void slotShowGuiMessage(const QString &title, const QString &message);
void slotFoldersChanged();
void slotShowSettings();