Normalize connect()s

Change-Id: I1305abd51cb6ae856215af63807e66c433982c26
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
Robert Loehning
2013-10-10 17:41:34 +02:00
parent 7cd279002c
commit 0bb9ab131e
5 changed files with 13 additions and 13 deletions

View File

@@ -94,7 +94,7 @@ void AndroidDeployStep::ctor()
connect(ProjectExplorer::KitManager::instance(), SIGNAL(kitUpdated(ProjectExplorer::Kit*)),
this, SLOT(kitUpdated(ProjectExplorer::Kit *)));
this, SLOT(kitUpdated(ProjectExplorer::Kit*)));
}
bool AndroidDeployStep::init()