diff options
author | Tapani Mikola <tapani.mikola@nokia.com> | 2009-08-10 19:24:30 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-08-13 05:22:38 (GMT) |
commit | 19c25e46e47cc181fb8a633471a528d78e7d85a6 (patch) | |
tree | 5a9e4f3421e5bb0a12c6263f8f51e6c1a888b6a6 /tools/qmlviewer/qmlviewer.h | |
parent | 6bb860bc0ef7a6457382110a92b8eb4745eeb968 (diff) | |
download | Qt-19c25e46e47cc181fb8a633471a528d78e7d85a6.zip Qt-19c25e46e47cc181fb8a633471a528d78e7d85a6.tar.gz Qt-19c25e46e47cc181fb8a633471a528d78e7d85a6.tar.bz2 |
Adding the possibility to set the http proxy manually.
Diffstat (limited to 'tools/qmlviewer/qmlviewer.h')
-rw-r--r-- | tools/qmlviewer/qmlviewer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/qmlviewer/qmlviewer.h b/tools/qmlviewer/qmlviewer.h index 914f77d..5b875d7 100644 --- a/tools/qmlviewer/qmlviewer.h +++ b/tools/qmlviewer/qmlviewer.h @@ -56,6 +56,8 @@ public slots: void toggleRecordingWithSelection(); void ffmpegFinished(int code); void setSkin(const QString& skinDirectory); + void showProxySettings (); + void proxySettingsChanged (); protected: virtual void keyPressEvent(QKeyEvent *); |