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:
authorMarkus Goetz <markus@woboq.com>2015-11-18 17:25:29 +0300
committerMarkus Goetz <markus@woboq.com>2015-11-18 17:25:29 +0300
commitf2d8143511a4a86bf7bc6f1e5f7159128ef6a5b1 (patch)
tree8c7b1ebbec48bd04d431503863ae82c17b116b94 /src/gui/activitywidget.h
parent3c1a605f621d158fb4841fd88ac94042a26ee8a3 (diff)
Activity View: Update only if visible and when becoming visible #4083
Diffstat (limited to 'src/gui/activitywidget.h')
-rw-r--r--src/gui/activitywidget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/activitywidget.h b/src/gui/activitywidget.h
index 8fcae6757..6b51f09f3 100644
--- a/src/gui/activitywidget.h
+++ b/src/gui/activitywidget.h
@@ -182,6 +182,8 @@ signals:
void guiLog(const QString&, const QString&);
private:
+ bool event(QEvent* e) Q_DECL_OVERRIDE;
+
QTabWidget *_tab;
ActivityWidget *_activityWidget;
ProtocolWidget *_protocolWidget;