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:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-03-24 22:46:12 +0300
committerHannah von Reth <vonreth@kde.org>2021-04-08 12:50:35 +0300
commit393618a8c9f18f883683bcd4267e5a8160f96911 (patch)
tree49fa21e2228f863d09d79ea1442c108fdb1a0206 /src/gui/activitydata.h
parentf9ee331d91d18dfc91c2db1d7a73618ca5e8d650 (diff)
Port activitylist to a QTreeview and QAbstractTableModel
We now hav proper headers and sortig capabilities Fixes: #8158
Diffstat (limited to 'src/gui/activitydata.h')
-rw-r--r--src/gui/activitydata.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/activitydata.h b/src/gui/activitydata.h
index d8f216876..2c66a2993 100644
--- a/src/gui/activitydata.h
+++ b/src/gui/activitydata.h
@@ -75,8 +75,6 @@ public:
const QVector<ActivityLink> &links() const;
bool operator==(const Activity &lhs) const;
- bool operator<(const Activity &lhs) const;
-
private:
Type _type;