[X2Go-Commits] [x2goclient] 134/138: pulsemanager.cpp: reorder member variables in initializer list.

git-admin at x2go.org git-admin at x2go.org
Thu Mar 31 20:58:44 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 7e7359428f0640bfc7873a4e8577c66178de8357
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu Dec 31 01:41:54 2015 +0100

    pulsemanager.cpp: reorder member variables in initializer list.
---
 debian/changelog     |    1 +
 src/pulsemanager.cpp |   12 ++++++------
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7925bd3..5a0901d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -232,6 +232,7 @@ x2goclient (4.0.5.2-0x2go1) UNRELEASED; urgency=medium
       not currently running.
     - pulsemanager.{cpp,h}: add record and playback private members, as well
       as getters and setters.
+    - pulsemanager.cpp: reorder member variables in initializer list.
 
   [ Mike DePaulo ]
   * New upstream release (4.0.5.2):
diff --git a/src/pulsemanager.cpp b/src/pulsemanager.cpp
index ea8124e..b3235a0 100644
--- a/src/pulsemanager.cpp
+++ b/src/pulsemanager.cpp
@@ -27,15 +27,15 @@
 #define DEBUG
 #endif // defined (NDEBUG)
 
-PulseManager::PulseManager () : pulse_X2Go_ ("/.x2go/pulse"),
+PulseManager::PulseManager () : app_dir_ (QApplication::applicationDirPath ()),
+                                pulse_X2Go_ ("/.x2go/pulse"),
+                                server_binary_ (QString ("")),
+                                server_working_dir_ (QString ("")),
+                                server_args_ (QStringList ()),
                                 pulse_server_ (NULL),
+                                state_ (QProcess::NotRunning),
                                 pulse_port_ (4713),
                                 esd_port_ (4714),
-                                state_ (QProcess::NotRunning),
-                                app_dir_ (QApplication::applicationDirPath ()),
-                                server_args_ (QStringList ()),
-                                server_binary_ (QString ("")),
-                                server_working_dir_ (QString ("")),
                                 pulse_version_major_ (0),
                                 pulse_version_minor_ (0),
                                 pulse_version_micro_ (0),

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