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