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:
authorKlaas Freitag <freitag@owncloud.com>2015-11-17 16:46:13 +0300
committerKlaas Freitag <freitag@owncloud.com>2015-11-17 16:46:25 +0300
commitc9ef4d5fa06ecd27e00ffdd66d030b9e622d32d4 (patch)
tree72711c7de48efb123fe4e38c60cae108a000f296 /src/gui/activitywidget.h
parent1cdf0e85972ca5ab82942dd28141e62ab44d7a66 (diff)
ActivityWidget: Detect new items in the list to refetch the activities.
On refresh, remove the activity list object from the models list.
Diffstat (limited to 'src/gui/activitywidget.h')
-rw-r--r--src/gui/activitywidget.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/activitywidget.h b/src/gui/activitywidget.h
index 441ae3142..8fcae6757 100644
--- a/src/gui/activitywidget.h
+++ b/src/gui/activitywidget.h
@@ -76,7 +76,6 @@ public:
*/
class ActivityList:public QList<Activity>
{
- // explicit ActivityList();
public:
void setAccountName( const QString& name );
QString accountName() const;