forked from qt-creator/qt-creator
Normalize connect()s
Change-Id: I27fee97c2837210d91948cc02f56cc5f6e6b19a2 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
@@ -72,7 +72,7 @@ namespace Internal {
|
||||
BeautifierPlugin::BeautifierPlugin() :
|
||||
m_asyncFormatMapper(new QSignalMapper)
|
||||
{
|
||||
connect(m_asyncFormatMapper, SIGNAL(mapped(QObject *)),
|
||||
connect(m_asyncFormatMapper, SIGNAL(mapped(QObject*)),
|
||||
this, SLOT(formatCurrentFileContinue(QObject*)));
|
||||
connect(this, SIGNAL(pipeError(QString)), this, SLOT(showError(QString)));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user