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

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

commit 1890a9126e015c41ef627da1db7915d49e455d67
Author: Mihai Moldovan <[email protected]>
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 95b5812..ffcbe38 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -461,6 +461,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 e4d2340..0e69ac5 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
_______________________________________________
x2go-commits mailing list
[email protected]
http://lists.x2go.org/listinfo/x2go-commits

Reply via email to