summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-04-08 11:54:42 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-04-08 11:54:42 +0200
commit32c978f48bbeb6f64b53103fd2bc79ca308bf878 (patch)
treea3be9b2a577dcb741dc36e4cb9a281a33d366df5
parentFixing tab focus on new tab loading. (diff)
downloadrekonq-32c978f48bbeb6f64b53103fd2bc79ca308bf878.tar.xz
pedantic
-rw-r--r--src/mainview.cpp2
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());