[X2Go-Commits] [x2goclient] 123/239: pulsemanager.cpp: reorder member variables in initialization list.

git-admin at x2go.org git-admin at x2go.org
Mon Oct 24 23:27:30 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 ae7fac9794ca00cef6a3010fd42c2d5a5eae27b9
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Mon Nov 30 04:52:25 2015 +0100

    pulsemanager.cpp: reorder member variables in initialization list.
    
    Compile warning fix.
---
 debian/changelog     |    2 ++
 src/pulsemanager.cpp |    2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 5eac2ac..76f503a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -208,6 +208,8 @@ x2goclient (4.0.5.3-0x2go1) UNRELEASED; urgency=medium
     - pulsemanager.cpp: fix another compile error due to typo'd versions of
       generate_server_config () and generate_client_config ().
     - pulsemanager.cpp: another typo fix: findPort -> find_port.
+    - pulsemanager.cpp: reorder member varibles in initialization list.
+      Compile warning fix.
 
   [ Bernard Cafarelli ]
   * New upstream version (4.0.5.3):
diff --git a/src/pulsemanager.cpp b/src/pulsemanager.cpp
index b4f8481..3d01cde 100644
--- a/src/pulsemanager.cpp
+++ b/src/pulsemanager.cpp
@@ -25,10 +25,10 @@
 #endif // defined (NDEBUG)
 
 PulseManager::PulseManager () : pulse_X2Go_ ("/.x2go/pulse"),
+                                pulse_server_ (NULL),
                                 pulse_port_ (4713),
                                 esd_port_ (4714),
                                 state_ (QProcess::NotRunning),
-                                pulse_server_ (NULL),
                                 app_dir_ (QApplication::applicationDirPath ()),
                                 server_args_ (QStringList ()),
                                 server_binary_ (QString ("")),

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