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

git-admin at x2go.org git-admin at x2go.org
Wed Sep 21 01:09:09 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 7ee0f18b8f0f657ba132d1f768f5833407e6543d
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 f3432ab..42d33c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -227,6 +227,7 @@ x2goclient (4.0.5.3-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.
 
  -- X2Go Release Manager <git-admin at x2go.org>  Mon, 19 Sep 2016 09:07:07 +0200
 
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