Normalize connect()s

Change-Id: I27fee97c2837210d91948cc02f56cc5f6e6b19a2
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
Robert Loehning
2014-10-21 15:56:48 +02:00
parent e8a0d1783a
commit 58be8e6476
8 changed files with 14 additions and 14 deletions

View File

@@ -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)));
}