Autotools: Use Qt5 style connects

* Get rid of "slots" from the headers

Change-Id: Ie12f5705a2ca92a431992a45f57193a72ea7032a
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Tobias Hunger
2016-02-10 14:24:19 +01:00
parent 8b46136b60
commit 5e81050450
12 changed files with 28 additions and 37 deletions

View File

@@ -110,7 +110,6 @@ public:
*/
bool isCanceled() const;
public slots:
/**
* Cancels the parsing of the makefile. MakefileParser::hasError() will
* return true in this case.