diff options
Diffstat (limited to 'src/browsertab.hpp')
| -rw-r--r-- | src/browsertab.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/browsertab.hpp b/src/browsertab.hpp index 182e397..53f2ef3 100644 --- a/src/browsertab.hpp +++ b/src/browsertab.hpp @@ -77,6 +77,8 @@ public: void rerenderPage(); + void updatePageTitle(); + signals: void titleChanged(QString const & title); void locationChanged(QUrl const & url); @@ -189,6 +191,8 @@ public: QTextCursor current_search_position; bool needs_rerender; + + QString page_title; }; #endif // BROWSERTAB_HPP |
