[X2Go-Commits] [x2goclient] 252/267: src/onmainwindow.h: remove WWrapper definition, seems to be unused.

git-admin at x2go.org git-admin at x2go.org
Sat Dec 10 13:36:28 CET 2016


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

x2go pushed a commit to branch bugfix/osx
in repository x2goclient.

commit a8980e6d4df385c57fd27adc2607fd1ce5822a8c
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed Oct 26 20:37:29 2016 +0200

    src/onmainwindow.h: remove WWrapper definition, seems to be unused.
---
 debian/changelog   |    1 +
 src/onmainwindow.h |    9 ---------
 2 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7721b81..0e5adb5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -454,6 +454,7 @@ x2goclient (4.0.5.3-0x2go1) UNRELEASED; urgency=medium
       and make selection more generic.
     - src/onmainwindow.h: move WinServerStarter class definition around to
       hopefully get the definition of ONMainWindow::key_types.
+    - src/onmainwindow.h: remove WWrapper definition, seems to be unused.
 
   [ Bernard Cafarelli ]
   * New upstream version (4.0.5.3):
diff --git a/src/onmainwindow.h b/src/onmainwindow.h
index 840ea83..dc3e6ec 100644
--- a/src/onmainwindow.h
+++ b/src/onmainwindow.h
@@ -241,15 +241,6 @@ struct sshKey
 };
 
 
-//wrapper to send mouse events under windows in embedded mode
-#ifdef Q_OS_WIN
-class WWrapper : public QPushButton
-{
-    friend class ONMainWindow;
-};
-#endif
-
-
 class SessTreeView : public QTreeView
 {
     Q_OBJECT

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list