From bc278ceb0f704ada0cc2cecedc01dd2cb6dc603a Mon Sep 17 00:00:00 2001 From: Alex Neundorf Date: Tue, 6 Dec 2011 18:54:30 +0100 Subject: automoc: fix line length Alex --- Source/cmQtAutomoc.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmQtAutomoc.cxx b/Source/cmQtAutomoc.cxx index 77b724c..349b738 100644 --- a/Source/cmQtAutomoc.cxx +++ b/Source/cmQtAutomoc.cxx @@ -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 << -- cgit v0.12