summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2011-12-06 17:54:30 (GMT)
committerAlex Neundorf <neundorf@kde.org>2011-12-06 17:54:30 (GMT)
commitbc278ceb0f704ada0cc2cecedc01dd2cb6dc603a (patch)
tree699cf7ef8815fd2b9833fbbd3fd5e023c15594fe /Source
parent62e223e8fab50e87a804efd822dc336577608a9d (diff)
downloadCMake-bc278ceb0f704ada0cc2cecedc01dd2cb6dc603a.zip
CMake-bc278ceb0f704ada0cc2cecedc01dd2cb6dc603a.tar.gz
CMake-bc278ceb0f704ada0cc2cecedc01dd2cb6dc603a.tar.bz2
automoc: fix line length
Alex
Diffstat (limited to 'Source')
-rw-r--r--Source/cmQtAutomoc.cxx2
1 files changed, 1 insertions, 1 deletions
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 <<