[X2Go-Commits] [x2goclient] 254/281: src/onmainwindow.cpp: re-order initializer list of WinServerStarter constructor.

git-admin at x2go.org git-admin at x2go.org
Thu Jan 19 13:06:14 CET 2017


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

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

commit d13d2fdee896e8f614a5ee73885893f234338d9d
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed Oct 26 20:46:08 2016 +0200

    src/onmainwindow.cpp: re-order initializer list of WinServerStarter constructor.
---
 debian/changelog     |    2 ++
 src/onmainwindow.cpp |    2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 5990009..788034d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -482,6 +482,8 @@ x2goclient (4.0.5.3-0x2go1) UNRELEASED; urgency=medium
       ssh_key_type_ member variable directly, but in the constructor. Also,
       use the initializer list to initialize the other member variables
       directly.
+    - src/onmainwindow.cpp: re-order initializer list of WinServerStarter
+      constructor.
 
   [ Bernard Cafarelli ]
   * New upstream version (4.0.5.3):
diff --git a/src/onmainwindow.cpp b/src/onmainwindow.cpp
index ee42f94..e01dfb4 100644
--- a/src/onmainwindow.cpp
+++ b/src/onmainwindow.cpp
@@ -9982,7 +9982,7 @@ void ONMainWindow::slotCheckXOrgConnection()
 }
 
 WinServerStarter::WinServerStarter ( daemon server, ONMainWindow * par ) :
-    QThread ( 0 ), ssh_key_type_ (ONMainWindow::RSA_KEY_TYPE), mode (server), parent (par)
+    QThread ( 0 ), mode (server), parent (par), ssh_key_type_ (ONMainWindow::RSA_KEY_TYPE)
 {
 }
 

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