[X2Go-Commits] [x2goplasmabindings] 01/04: x2goplasmoidkf5.cpp: fix moc include.

git-admin at x2go.org git-admin at x2go.org
Thu Aug 10 03:27:09 CEST 2023


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2goplasmabindings.

commit b8672828a364fa48e9deb1a62ad412312b0cf6f1
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Mon Aug 7 21:30:28 2023 +0200

    x2goplasmoidkf5.cpp: fix moc include.
---
 debian/changelog    | 1 +
 x2goplasmoidkf5.cpp | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 79b9c54..d0007a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -31,6 +31,7 @@ x2goplasmabindings (3.0.2.3-0x2go1) UNRELEASED; urgency=medium
     - package/contents/ui: add main.qml, also provided by Robert Tari.
     - CMakeLists.txt: rework building of org.x2go.plasmoid library in Plasma5
       mode, based upon QML.
+    - x2goplasmoidkf5.cpp: fix moc include.
   * x2goplasmabindings.spec:
     + Prepare for Plasma 5 support.
     + Stop duplicating Group tag.
diff --git a/x2goplasmoidkf5.cpp b/x2goplasmoidkf5.cpp
index 35eed8b..7cb27e0 100644
--- a/x2goplasmoidkf5.cpp
+++ b/x2goplasmoidkf5.cpp
@@ -68,4 +68,4 @@ public:
     }
 };
 
-#include "x2go-plasmoid-plugin.moc"
+#include "x2goplasmoidkf5.moc"

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goplasmabindings.git


More information about the x2go-commits mailing list