diff options
Diffstat (limited to 'src/webtab/webtab.h')
-rw-r--r-- | src/webtab/webtab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webtab/webtab.h b/src/webtab/webtab.h index 8b60f0ff..a0e6890d 100644 --- a/src/webtab/webtab.h +++ b/src/webtab/webtab.h @@ -62,7 +62,7 @@ public: WebView *view(); WebPage *page(); WebWindow *webWindow(); - + inline int progress() const { return m_progress; |