forked from qt-creator/qt-creator
Use new qt5 connect api
Change-Id: I6c0d4ec60759b3c2fedac3e6649b7ec5102a6487 Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -74,7 +74,7 @@ BeautifierPlugin::BeautifierPlugin() :
|
||||
{
|
||||
connect(m_asyncFormatMapper, SIGNAL(mapped(QObject*)),
|
||||
this, SLOT(formatCurrentFileContinue(QObject*)));
|
||||
connect(this, SIGNAL(pipeError(QString)), this, SLOT(showError(QString)));
|
||||
connect(this, &BeautifierPlugin::pipeError, this, &BeautifierPlugin::showError);
|
||||
}
|
||||
|
||||
BeautifierPlugin::~BeautifierPlugin()
|
||||
|
||||
Reference in New Issue
Block a user