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
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user