summaryrefslogtreecommitdiff
path: root/src/mainview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r--src/mainview.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp
index 4236d5d0..328d3dd1 100644
--- a/src/mainview.cpp
+++ b/src/mainview.cpp
@@ -175,7 +175,7 @@ void MainView::slotWebSelectAll()
{
WebView *webView = currentWebView();
QWebPage *currentParent = webView->webPage();
- // FIXME
+ // TODO
}
@@ -618,6 +618,3 @@ void MainView::previousTab()
next = count() - 1;
setCurrentIndex(next);
}
-
-
-// ----------------------------------------------------------------------------------------------------------------------------