[X2Go-Commits] [x2goclient] 136/219: pulsemanager.h: more moving around.

git-admin at x2go.org git-admin at x2go.org
Thu Sep 22 04:36:57 CEST 2016


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

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

commit 7b1798a40e953aeacf2188d1fb51b5dffed28285
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu Dec 31 02:11:16 2015 +0100

    pulsemanager.h: more moving around.
---
 debian/changelog   |    1 +
 src/pulsemanager.h |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index b4af5ae..3fc0c2d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -233,6 +233,7 @@ x2goclient (4.0.5.3-0x2go1) UNRELEASED; urgency=medium
       as getters and setters.
     - pulsemanager.cpp: reorder member variables in initializer list.
     - pulsemanager.cpp: fix compile error in startup sound function.
+    - pulsemanager.h: more moving around.
 
  -- X2Go Release Manager <git-admin at x2go.org>  Mon, 19 Sep 2016 09:07:07 +0200
 
diff --git a/src/pulsemanager.h b/src/pulsemanager.h
index 57b80bd..6d94e34 100644
--- a/src/pulsemanager.h
+++ b/src/pulsemanager.h
@@ -102,11 +102,11 @@ class PulseManager: public QObject {
     QString app_dir_;
     QString pulse_X2Go_;
     QDir pulse_dir_;
-    QStringList server_args_;
     QString server_binary_;
     QString server_working_dir_;
 
     QProcessEnvironment env_;
+    QStringList server_args_;
     QProcess *pulse_server_;
     QProcess::ProcessState state_;
 

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