diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-09-09 04:46:02 -0300 |
---|---|---|
committer | Tomaz Canabrava <tcanabrava@kde.org> | 2013-09-09 04:46:02 -0300 |
commit | 2e700f2dde6cd43cdb3ff53b56eb5e8699125444 (patch) | |
tree | a4a49ca553c64d97ef7fb4e28cfff1ee1681090e /qt-gui.cpp | |
parent | c029cb0a07222b27e3c992da05a1b9181049b555 (diff) | |
download | subsurface-2e700f2dde6cd43cdb3ff53b56eb5e8699125444.tar.gz |
Code Cleanup, Tabs instead of Spaces.
Just changing a bunch of space-indented block of code
to tabs.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Diffstat (limited to 'qt-gui.cpp')
-rw-r--r-- | qt-gui.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qt-gui.cpp b/qt-gui.cpp index f955809d6..e1587ddfe 100644 --- a/qt-gui.cpp +++ b/qt-gui.cpp @@ -98,9 +98,9 @@ void init_ui(int *argcp, char ***argvp) application = new QApplication(*argcp, *argvp); - // tell Qt to use system proxies - // note: on Linux, "system" == "environment variables" - QNetworkProxyFactory::setUseSystemConfiguration(true); + // tell Qt to use system proxies + // note: on Linux, "system" == "environment variables" + QNetworkProxyFactory::setUseSystemConfiguration(true); // the Gtk theme makes things unbearably ugly // so switch to Oxygen in this case |