diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-08 11:54:42 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-08 11:54:42 +0200 |
commit | 32c978f48bbeb6f64b53103fd2bc79ca308bf878 (patch) | |
tree | a3be9b2a577dcb741dc36e4cb9a281a33d366df5 /src | |
parent | Fixing tab focus on new tab loading. (diff) | |
download | rekonq-32c978f48bbeb6f64b53103fd2bc79ca308bf878.tar.xz |
pedantic
Diffstat (limited to 'src')
-rw-r--r-- | src/mainview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp index 907a7fe5..80738cfd 100644 --- a/src/mainview.cpp +++ b/src/mainview.cpp @@ -530,7 +530,7 @@ void MainView::closeTab(int index) } -// FIXME +// FIXME: provide movie for loading sites void MainView::webViewLoadStarted() { WebView *webView = qobject_cast<WebView*>(sender()); |