summaryrefslogtreecommitdiff
path: root/tools/qmlviewer/proxysettings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmlviewer/proxysettings.cpp')
-rw-r--r--tools/qmlviewer/proxysettings.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/qmlviewer/proxysettings.cpp b/tools/qmlviewer/proxysettings.cpp
index 52fa74f1e6..c3ec32e080 100644
--- a/tools/qmlviewer/proxysettings.cpp
+++ b/tools/qmlviewer/proxysettings.cpp
@@ -45,6 +45,8 @@
#include "proxysettings.h"
+QT_BEGIN_NAMESPACE
+
ProxySettings::ProxySettings (QWidget * parent)
: QDialog (parent), Ui::ProxySettings()
{
@@ -104,3 +106,5 @@ bool ProxySettings::httpProxyInUse()
QSettings settings;
return settings.value ("http_proxy/use", 0).toBool ();
}
+
+QT_END_NAMESPACE