mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 05:47:21 +08:00
add missing file
This commit is contained in:
parent
d2d87b9c19
commit
2d7af038aa
13
kdeplasma-applets-plasma-nm/fix-request-scan.patch
Normal file
13
kdeplasma-applets-plasma-nm/fix-request-scan.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff --git a/libs/handler.cpp b/libs/handler.cpp
|
||||
index e247dc5..5232678 100644
|
||||
--- a/libs/handler.cpp
|
||||
+++ b/libs/handler.cpp
|
||||
@@ -364,7 +364,7 @@ void Handler::editDialogAccepted()
|
||||
|
||||
void Handler::replyFinished(QDBusPendingCallWatcher * watcher)
|
||||
{
|
||||
- QDBusPendingReply<QDBusObjectPath> reply = *watcher;
|
||||
+ QDBusPendingReply<> reply = *watcher;
|
||||
if (reply.isError() || !reply.isValid()) {
|
||||
KNotification *notification = 0;
|
||||
QString error = reply.error().message();
|
Loading…
Reference in New Issue
Block a user