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:
@@ -74,8 +74,8 @@ ClangIndexer::ClangIndexer()
|
||||
, m_isLoadingSession(false)
|
||||
, m_clangIndexer(new Indexer(this))
|
||||
{
|
||||
connect(m_clangIndexer, SIGNAL(indexingStarted(QFuture<void>, Internal::ProgressNotificationMode)),
|
||||
this, SLOT(onIndexingStarted(QFuture<void>, Internal::ProgressNotificationMode)));
|
||||
connect(m_clangIndexer, SIGNAL(indexingStarted(QFuture<void>,Internal::ProgressNotificationMode)),
|
||||
this, SLOT(onIndexingStarted(QFuture<void>,Internal::ProgressNotificationMode)));
|
||||
|
||||
QObject *session = ProjectExplorer::SessionManager::instance();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user