[X2Go-Commits] [x2goclient] 02/08: onmainwindow.h: include used types/headers.

git-admin at x2go.org git-admin at x2go.org
Mon May 11 07:02:30 CEST 2015


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

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

commit cc5d696a0dda805dfa75e9ae7e1f2317fab9af28
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Mon May 11 06:50:35 2015 +0200

    onmainwindow.h: include used types/headers.
---
 debian/changelog   |    1 +
 src/onmainwindow.h |    2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 31f38ef..a0ec0b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -386,6 +386,7 @@ x2goclient (4.0.4.0-0x2go1) UNRELEASED; urgency=low
       English locales correctly and don't duplicate code too much.
     - onmainwindow.{cpp,h}: make new get_translator() function static. Correct
       typo in implementation.
+    - onmainwindow.h: include used types/headers.
 
   [ Fernando Pedemonte ]
   * New upstream release (4.0.4.0):
diff --git a/src/onmainwindow.h b/src/onmainwindow.h
index 7709e50..6db35a2 100644
--- a/src/onmainwindow.h
+++ b/src/onmainwindow.h
@@ -41,6 +41,8 @@
 #include "LDAPSession.h"
 #include <QToolBar>
 #include <QSystemTrayIcon>
+#include <QTranslator>
+#include <QLocale>
 #include "sshmasterconnection.h"
 #include "non_modal_messagebox.h"
 

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