mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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>
This commit is contained in:
parent
c029cb0a07
commit
2e700f2dde
1 changed files with 3 additions and 3 deletions
|
@ -98,9 +98,9 @@ void init_ui(int *argcp, char ***argvp)
|
||||||
|
|
||||||
application = new QApplication(*argcp, *argvp);
|
application = new QApplication(*argcp, *argvp);
|
||||||
|
|
||||||
// tell Qt to use system proxies
|
// tell Qt to use system proxies
|
||||||
// note: on Linux, "system" == "environment variables"
|
// note: on Linux, "system" == "environment variables"
|
||||||
QNetworkProxyFactory::setUseSystemConfiguration(true);
|
QNetworkProxyFactory::setUseSystemConfiguration(true);
|
||||||
|
|
||||||
// the Gtk theme makes things unbearably ugly
|
// the Gtk theme makes things unbearably ugly
|
||||||
// so switch to Oxygen in this case
|
// so switch to Oxygen in this case
|
||||||
|
|
Loading…
Reference in a new issue