From 9684b985c25ed7e81c3b1b1000d7767dccd754ce Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Thu, 4 May 2017 10:56:46 +0200 Subject: Remove invalid QObject::connect call Neither signal close nor slot doClose exist. This fixes a "QObject::connect: No such signal MainWindow::close()" warning. Change-Id: Ie634e42b3f73ac0e6c42b795c7071e6275286b28 Reviewed-by: Simon Hausmann --- tools/qmleasing/mainwindow.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/qmleasing/mainwindow.cpp') diff --git a/tools/qmleasing/mainwindow.cpp b/tools/qmleasing/mainwindow.cpp index 627e23ac87..c1a87642a5 100644 --- a/tools/qmleasing/mainwindow.cpp +++ b/tools/qmleasing/mainwindow.cpp @@ -98,7 +98,6 @@ MainWindow::MainWindow(QWidget *parent) : connect(ui_properties.importButton, SIGNAL(clicked()), importDialog, SLOT(show())); connect(importDialog, SIGNAL(finished(int)), this, SLOT(importData(int))); - connect(this, SIGNAL(close()), this, SLOT(doClose())); initQml(); } -- cgit v1.2.3