This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from d9e4716 help.h: lower default splitting length to 100 characters. new cd47266 x2goutils.{cpp,h}: fix compile issue -- include QFont and QFontUtils. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: src/x2goutils.cpp | 2 ++ src/x2goutils.h | 1 + 2 files changed, 3 insertions(+) -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit cd472666e5326843ba0e35121c73e93fe04bc0f1 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Apr 24 02:29:55 2015 +0200 x2goutils.{cpp,h}: fix compile issue -- include QFont and QFontUtils. --- src/x2goutils.cpp | 2 ++ src/x2goutils.h | 1 + 2 files changed, 3 insertions(+) diff --git a/src/x2goutils.cpp b/src/x2goutils.cpp index d5c6141..60b437b 100644 --- a/src/x2goutils.cpp +++ b/src/x2goutils.cpp @@ -21,6 +21,8 @@ #include <QString> #include <QDir> #include <QMessageBox> +#include <QFont> +#include <QFontInfo> #include "x2goutils.h" #include "onmainwindow.h" diff --git a/src/x2goutils.h b/src/x2goutils.h index 2617b1b..8b3f3ea 100644 --- a/src/x2goutils.h +++ b/src/x2goutils.h @@ -20,6 +20,7 @@ #define X2GOUTILS_H #include <QString> +#include <QFont> #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