[X2Go-Commits] [x2goclient] 07/59: x2goutils.h: add QMessageBox include, fixed compile error.

git-admin at x2go.org git-admin at x2go.org
Wed Jun 3 03:10:42 CEST 2015


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

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

commit 1deb01e06321524ca025bb52e0a4085f030e26a2
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed Jun 3 01:45:21 2015 +0200

    x2goutils.h: add QMessageBox include, fixed compile error.
---
 debian/changelog |    1 +
 src/x2goutils.h  |    1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index bb4045a..1b55082 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,7 @@ x2goclient (4.0.4.1-0x2go1) UNRELEASED; urgency=low
       and close the client.
     - onmainwindow.cpp: manipulate PATH and append /usr/lib/gnupg2/ to it when
       starting scdaemon. Fixes: #882.
+    - x2goutils.h: add QMessageBox include, fixed compile error.
 
  -- X2Go Release Manager <git-admin at x2go.org>  Tue, 26 May 2015 21:42:09 +0200
 
diff --git a/src/x2goutils.h b/src/x2goutils.h
index 834705a..bede444 100644
--- a/src/x2goutils.h
+++ b/src/x2goutils.h
@@ -21,6 +21,7 @@
 
 #include <QString>
 #include <QFont>
+#include <QMessageBox>
 
 #define UNUSED(x) do { (void) x; } while (0)
 

--
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