[X2Go-Commits] [x2goclient] 01/02: Reformat onmainwindow.cpp

git-admin at x2go.org git-admin at x2go.org
Thu Nov 27 11:37:34 CET 2014


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

x2go pushed a commit to branch master
in repository x2goclient.

commit f8fb34cb96d058f289faa8a194b5dbde934add67
Author: Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
Date:   Thu Nov 27 11:35:16 2014 +0100

    Reformat onmainwindow.cpp
---
 debian/changelog |    1 +
 onmainwindow.cpp |    6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1871e76..8eab3fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ x2goclient (4.0.3.1-0x2go1) UNRELEASED; urgency=medium
   * New upstream release (4.0.3.1):
     - Split Sessions config widget into Input/output and Media widgets.
       (Fixes: #643).
+    - Reformat onmainwindow.cpp
 
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Tue, 21 Oct 2014 13:22:39 +0200
 
diff --git a/onmainwindow.cpp b/onmainwindow.cpp
index 70b5984..0c3bce8 100644
--- a/onmainwindow.cpp
+++ b/onmainwindow.cpp
@@ -4770,7 +4770,7 @@ void ONMainWindow::slotRetResumeSess ( bool result,
             st= new X2goSettings(config.iniFile,QSettings::IniFormat);
 
         sound=st->setting()->value ( sid+"/sound",
-                                    ( QVariant ) true ).toBool();
+                                     ( QVariant ) true ).toBool();
         QString sndsys=st->setting()->value (
                            sid+"/soundsystem",
                            ( QVariant ) "pulse" ).toString();
@@ -4793,7 +4793,7 @@ void ONMainWindow::slotRetResumeSess ( bool result,
 
 #ifndef Q_OS_WIN
         bool defPort=st->setting()->value ( sid+
-                                           "/defsndport",true ).toBool();
+                                            "/defsndport",true ).toBool();
         if ( defPort )
         {
             switch ( sndSystem )
@@ -4808,7 +4808,7 @@ void ONMainWindow::slotRetResumeSess ( bool result,
         }
 #endif
         sshSndTunnel=st->setting()->value ( sid+"/soundtunnel",
-                                           true ).toBool();
+                                            true ).toBool();
 
 #ifdef Q_OS_WIN
         switch ( sndSystem )

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list