[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:07:00 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=201de3a

The following commit has been merged in the master branch:
commit 201de3a1c8a593b62a165a2644db388bbec13182
Author: Patrick von Reth <vonreth at kde.org>
Date:   Fri Jul 26 01:13:23 2013 +0200

    windows build fix
---
 KTp/Declarative/hide-window-component.cpp | 2 +-
 KTp/Declarative/hide-window-component.h   | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/KTp/Declarative/hide-window-component.cpp b/KTp/Declarative/hide-window-component.cpp
index bf8f24b..d462ae8 100644
--- a/KTp/Declarative/hide-window-component.cpp
+++ b/KTp/Declarative/hide-window-component.cpp
@@ -25,7 +25,7 @@ HideWindowComponent::HideWindowComponent(QObject *parent)
 {
 }
 
-void HideWindowComponent::hideWindowFromTaskbar(qulonglong winId)
+void HideWindowComponent::hideWindowFromTaskbar(WId winId)
 {
     KWindowSystem::setState(winId, NET::SkipTaskbar | NET::SkipPager);
 }
diff --git a/KTp/Declarative/hide-window-component.h b/KTp/Declarative/hide-window-component.h
index 78d0bff..115c436 100644
--- a/KTp/Declarative/hide-window-component.h
+++ b/KTp/Declarative/hide-window-component.h
@@ -20,6 +20,7 @@
 #define HIDEWINDOWCOMPONENT_H
 
 #include <QObject>
+#include <QWidget>
 
 /**
  * Plasma is not exposing such a feature to make its dialogs hidden from the taskbar,
@@ -32,7 +33,7 @@ class HideWindowComponent : public QObject
   public:
     explicit HideWindowComponent(QObject *parent = 0);
 
-    Q_SCRIPTABLE void hideWindowFromTaskbar(qulonglong winId);
+    Q_SCRIPTABLE void hideWindowFromTaskbar(WId winId);
 };
 
 #endif // HIDEWINDOWCOMPONENT_H

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list