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/CMakeLists.txt
parentf9ee331d91d18dfc91c2db1d7a73618ca5e8d650 (diff)
Port activitylist to a QTreeview and QAbstractTableModel
We now hav proper headers and sortig capabilities Fixes: #8158
Diffstat (limited to 'src/gui/CMakeLists.txt')
-rw-r--r--src/gui/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt
index 2b9681420..f0490de9a 100644
--- a/src/gui/CMakeLists.txt
+++ b/src/gui/CMakeLists.txt
@@ -61,7 +61,6 @@ set(client_SRCS
activitydata.cpp
activitylistmodel.cpp
activitywidget.cpp
- activityitemdelegate.cpp
selectivesyncdialog.cpp
settingsdialog.cpp
sharedialog.cpp