aboutsummaryrefslogtreecommitdiff
path: root/src/subwindow/subwindow.cpp
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-12-25 23:58:38 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2018-12-25 23:58:38 +0100
commit478cdbbc5cc1c69a76e6f1054ce70f8ee0bb0a59 (patch)
tree8e7bc642665ce0ce30466f10a0af26947e969250 /src/subwindow/subwindow.cpp
parentFix bookmarks context menu exec position (diff)
downloadsmolbote-478cdbbc5cc1c69a76e6f1054ce70f8ee0bb0a59.tar.xz
Rename TabWidget::deleteTab to TabWidget::removeTab
Diffstat (limited to 'src/subwindow/subwindow.cpp')
-rw-r--r--src/subwindow/subwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subwindow/subwindow.cpp b/src/subwindow/subwindow.cpp
index a83cf14..76eddb3 100644
--- a/src/subwindow/subwindow.cpp
+++ b/src/subwindow/subwindow.cpp
@@ -168,7 +168,7 @@ int SubWindow::addTab(const QUrl &url, WebProfile *profile)
void SubWindow::closeTab(int index)
{
- tabWidget->deleteTab(index);
+ tabWidget->removeTab(index);
}
void SubWindow::setCurrentTab(int index)