This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from f471e04 Update translation files. Add empty Portuguese translation. Update qt_<lang>.qm files from Debian unstable as of today. new 0694903 Include <QDir> in sessionexplorer.cpp. 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: debian/changelog | 1 + sessionexplorer.cpp | 1 + 2 files changed, 2 insertions(+) -- Alioth's /srv/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 0694903687f610a17ebb906e647786b34127cf69 Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> Date: Mon Aug 18 12:14:02 2014 +0200 Include <QDir> in sessionexplorer.cpp. --- debian/changelog | 1 + sessionexplorer.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index d1a9453..121c533 100644 --- a/debian/changelog +++ b/debian/changelog @@ -37,6 +37,7 @@ x2goclient (4.0.3.0-0x2go1) UNRELEASED; urgency=low - Support for sessions folders and commandline options "--session" and "--sessionid". - Disable sessions explorer "back" button if user sessions disabled. + - Include <QDir> in sessionexplorer.cpp. [ Mike DePaulo ] * New upstream release (4.0.3.0): diff --git a/sessionexplorer.cpp b/sessionexplorer.cpp index a6c5981..8173e57 100644 --- a/sessionexplorer.cpp +++ b/sessionexplorer.cpp @@ -32,6 +32,7 @@ #include <QToolButton> #include "x2gologdebug.h" #include <QBuffer> +#include <QDir> SessionExplorer::SessionExplorer(ONMainWindow* p):QObject(p) { -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git