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

git-admin at x2go.org git-admin at x2go.org
Wed Oct 26 20:47:50 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 bdf4f1281c2f92969b9e3adf1696aac286164612
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 8e8fed7..d43107d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -455,6 +455,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 35aecb9..15d15cb 100644
--- a/src/onmainwindow.cpp
+++ b/src/onmainwindow.cpp
@@ -9949,7 +9949,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