Implement opening find toolbar after '/' as requested by hjk.

This commit is contained in:
kh1
2010-09-22 15:01:33 +02:00
parent 977050d311
commit b4dd2080be
7 changed files with 31 additions and 0 deletions

View File

@@ -105,6 +105,7 @@ public slots:
signals:
void titleChanged();
void printRequested();
void openFindToolBar();
#if !defined(QT_NO_WEBKIT)
void sourceChanged(const QUrl &);