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

git-admin at x2go.org git-admin at x2go.org
Wed Jan 18 12:26:16 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 4f4e1a3658d7c3428b5fc16ab3b69b47c9bfefb0
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 af81ca2..222063b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -481,6 +481,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 7795224..e0a90f4 100644
--- a/src/onmainwindow.cpp
+++ b/src/onmainwindow.cpp
@@ -9983,7 +9983,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