Fix comp warning.

This commit is contained in:
Martin Rotter 2016-04-13 12:11:21 +02:00
parent 6ac5eb6a00
commit 629dfec666

View File

@ -128,7 +128,6 @@ void TabWidget::tabRemoved(int index) {
void TabWidget::createConnections() {
connect(tabBar(), SIGNAL(tabCloseRequested(int)), this, SLOT(closeTab(int)));
connect(tabBar(), SIGNAL(emptySpaceDoubleClicked()), this, SLOT(addEmptyBrowser()));
connect(tabBar(), SIGNAL(tabMoved(int,int)), this, SLOT(fixContentsAfterMove(int,int)));
}