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

List:       kde-commits
Subject:    KDE/kdevplatform/plugins/projectmanagerview
From:       Amilcar do Carmo Lucas <amilcar () kdevelop ! org>
Date:       2009-07-09 23:36:26
Message-ID: 1247182586.651990.29801.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 994050 by aclu:

negate the logic :)

 M  +1 -1      projectbuildsetmodel.cpp  


--- trunk/KDE/kdevplatform/plugins/projectmanagerview/projectbuildsetmodel.cpp #994049:994050
@@ -194,7 +194,7 @@
 {
     for( int i = m_items.count() - 1; i >= 0; i-- )
     {
-#if QT_VERSION < 0x040500
+#if QT_VERSION >= 0x040500
         if( m_items.at(i).itemPath().startsWith(project->name()+"/") )
 #else
         if( !m_items.at(i).itemPath().isEmpty() && 
[prev in list] [next in list] [prev in thread] [next in thread] 

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