diff options
Diffstat (limited to 'src/3rdparty/webkit/WebKit/qt/Api/qwebinspector.h')
-rw-r--r-- | src/3rdparty/webkit/WebKit/qt/Api/qwebinspector.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/3rdparty/webkit/WebKit/qt/Api/qwebinspector.h b/src/3rdparty/webkit/WebKit/qt/Api/qwebinspector.h index bb5bd64..a5c1ed5 100644 --- a/src/3rdparty/webkit/WebKit/qt/Api/qwebinspector.h +++ b/src/3rdparty/webkit/WebKit/qt/Api/qwebinspector.h @@ -39,9 +39,6 @@ public: QSize sizeHint() const; bool event(QEvent*); -Q_SIGNALS: - void windowTitleChanged(const QString& newTitle); - protected: void resizeEvent(QResizeEvent* event); void showEvent(QShowEvent* event); |