automoc: fix line length

Alex
This commit is contained in:
Alex Neundorf 2011-12-06 18:54:30 +01:00
parent 62e223e8fa
commit bc278ceb0f
1 changed files with 1 additions and 1 deletions

View File

@ -677,7 +677,7 @@ void cmQtAutomoc::ParseCppFile(const std::string& absFilename,
{
// this is for KDE4 compatibility:
fileToMoc = headerToMoc;
if ((cppContainsQ_OBJECT==false) && (basename == scannedFileBasename))
if ((cppContainsQ_OBJECT==false) &&(basename==scannedFileBasename))
{
std::cerr << "AUTOMOC: warning: " << absFilename << ": The file "
"includes the moc file \"" << currentMoc <<