[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    [PATCH] KdevelopQmakeKrazy6.diff
From:       "=?ISO-8859-1?Q?Arto_Hyt=F6nen?=" <amthpublic () gmail ! com>
Date:       2007-08-12 4:10:49
Message-ID: 79c5b0ba0708112110i18cc29f4x94447d986a583255 () mail ! gmail ! com
[Download RAW message or body]

This patch fixes Krazy issue 6 on kdedelop/buildtools/managers/qmake.

A simple QString path fix needed by the krazy check.


--
amth

["KdevelopQmakeKrazy6.diff" (application/octet-stream)]

Index: buildtools/managers/qmake/qmakefile.cpp
===================================================================
--- buildtools/managers/qmake/qmakefile.cpp	(revision 698707)
+++ buildtools/managers/qmake/qmakefile.cpp	(working copy)
@@ -263,7 +263,7 @@
     QString absolutepath = file;
     if( QFileInfo( absolutepath ).isRelative() )
     {
-        absolutepath = absoluteDir() + "/" + file;
+        absolutepath = absoluteDir() + '/' + file;
     }
     QStringList result;
     foreach( QString s, resolveShellGlobbing( absolutepath ) )


>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic