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:
authorFabian Müller <fmueller@owncloud.com>2022-02-07 13:19:17 +0300
committerHannah von Reth <vonreth@kde.org>2022-02-16 15:25:15 +0300
commitd2374e510250ef2bfcd03e4ccdc51eec278f29f6 (patch)
treee9073eb172ffc7d7eb71e9b111ae61934a9f65f9 /src/gui/CMakeLists.txt
parent620a6c5782a9c88689e0682b1298a84705c57c94 (diff)
Extract "Update URL dialog" into separate class
Using inheritance here instead of a factory saves some boilerplate code, and apparently it's the Qt way of life.
Diffstat (limited to 'src/gui/CMakeLists.txt')
-rw-r--r--src/gui/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt
index a1b8ed894..2ddb35127 100644
--- a/src/gui/CMakeLists.txt
+++ b/src/gui/CMakeLists.txt
@@ -87,6 +87,7 @@ set(client_SRCS
elidedlabel.cpp
translations.cpp
creds/httpcredentialsgui.cpp
+ updateurldialog.cpp
models/activitylistmodel.cpp
models/expandingheaderview.cpp