summaryrefslogtreecommitdiffstats
path: root/deps/telepathy/signon-ui/patches/signon-ui_qt5.patch
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-10-13 17:55:28 +0200
committer Eric Hameleers <alien@slackware.com>2019-10-13 17:55:28 +0200
commit2abcb72ccc90cb1361edf19273d4a1dae690cf4a (patch)
tree020e479e641da21b645586664bfee7bb4dd4b0c0 /deps/telepathy/signon-ui/patches/signon-ui_qt5.patch
parent57ec3da3a54f8380517de0b37f42be75ef04a307 (diff)
downloadktown-2abcb72ccc90cb1361edf19273d4a1dae690cf4a.tar.gz
ktown-2abcb72ccc90cb1361edf19273d4a1dae690cf4a.tar.xz
Remove telepathy dependencies and stop building KDE Telepathy
Diffstat (limited to 'deps/telepathy/signon-ui/patches/signon-ui_qt5.patch')
-rw-r--r--deps/telepathy/signon-ui/patches/signon-ui_qt5.patch35
1 files changed, 0 insertions, 35 deletions
diff --git a/deps/telepathy/signon-ui/patches/signon-ui_qt5.patch b/deps/telepathy/signon-ui/patches/signon-ui_qt5.patch
deleted file mode 100644
index 2035c1e..0000000
--- a/deps/telepathy/signon-ui/patches/signon-ui_qt5.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-diff --git a/src/request.cpp b/src/request.cpp
-index 5556c79..4f51e8e 100644
---- a/src/request.cpp
-+++ b/src/request.cpp
-@@ -81,9 +81,7 @@ public:
- }
-
- private Q_SLOTS:
--#if HAS_XEMBED
- void onEmbedError();
--#endif
- void onIndicatorCallFinished(QDBusPendingCallWatcher *watcher);
-
- private:
-@@ -194,9 +192,9 @@ void RequestPrivate::setWidget(QWidget *widget)
- #endif
- }
-
--#if HAS_XEMBED
- void RequestPrivate::onEmbedError()
- {
-+#if HAS_XEMBED
- Q_Q(Request);
-
- QX11EmbedWidget *embed = qobject_cast<QX11EmbedWidget*>(sender());
-@@ -204,8 +202,8 @@ void RequestPrivate::onEmbedError()
-
- q->fail(SIGNON_UI_ERROR_EMBEDDING_FAILED,
- QString("Embedding signon UI failed: %1").arg(embed->error()));
--}
- #endif
-+}
-
- Accounts::Account *RequestPrivate::findAccount()
- {