Fix build: non-void function must return a value

Alex
This commit is contained in:
Alex Neundorf 2011-08-17 00:39:21 +02:00
parent 7e6d84568c
commit add30e9008
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ bool cmQtAutomoc::Run(const char* targetDirectory)
delete gg;
gg = NULL;
makefile = NULL;
return true;
}