SVN commit 757654 by beaulen:In Qt 4.4, QAtomicInt doesn't contain a value member anymore.This change makes KDevelop compile with (the snapshots of) Qt 4.4CCMAIL: kdevelop-develkdevelop.org"> kdevelop-develkdevelop.org M +7 -0 environmentmanager.cpp--- trunk/KDE/kdevelop/languages/cpp/cppduchain/environmentmanager.cpp #757653:757654 -460,7 +460,14 return 0; } EnvironmentFilePointer p = lexedFile( url, env, accepter );+#if QT_VERSION >= 0x040400+ /* QAtomicInt doesn't have a value member in Qt 4.4+ Use the int operator to get the value. + */+ Q_ASSERT(!p || (int)p->ref > 1);+#else Q_ASSERT(!p || p->ref.value > 1);+#endif return p.data(); }
about | contact Other archives ( Real Estate discussion Medical topics )
Mailing lists
Newsgroups
RFC archive