summaryrefslogtreecommitdiffstats
path: root/examples/webkit/fancybrowser/mainwindow.h
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar@trolltech.com>2009-11-13 10:59:01 (GMT)
committerGunnar Sletta <gunnar@trolltech.com>2009-11-13 10:59:01 (GMT)
commitf1aeeb025c5042f6684855006f963e2203d9c153 (patch)
tree430cbdfa0c42e23289f7cd4b5907656810dbe895 /examples/webkit/fancybrowser/mainwindow.h
parent168524d4f642724fe9063500c0c39ab747f145b6 (diff)
parent88412920c58286d22aaa1e121b1030298adf86eb (diff)
downloadQt-f1aeeb025c5042f6684855006f963e2203d9c153.zip
Qt-f1aeeb025c5042f6684855006f963e2203d9c153.tar.gz
Qt-f1aeeb025c5042f6684855006f963e2203d9c153.tar.bz2
Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt
Conflicts: tools/qdoc3/test/qt-build-docs.qdocconf
Diffstat (limited to 'examples/webkit/fancybrowser/mainwindow.h')
-rw-r--r--examples/webkit/fancybrowser/mainwindow.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/webkit/fancybrowser/mainwindow.h b/examples/webkit/fancybrowser/mainwindow.h
index 33fd8f5..be95614 100644
--- a/examples/webkit/fancybrowser/mainwindow.h
+++ b/examples/webkit/fancybrowser/mainwindow.h
@@ -52,7 +52,7 @@ class MainWindow : public QMainWindow
Q_OBJECT
public:
- MainWindow();
+ MainWindow(const QUrl& url);
protected slots:
@@ -62,6 +62,9 @@ protected slots:
void setProgress(int p);
void finishLoading(bool);
+ void viewSource();
+ void slotSourceDownloaded();
+
void highlightAllLinks();
void rotateImages(bool toggle);
void removeGifImages();