> On Tuesday 21 June 2005 14:56, thorsten@staerk.de wrote: >> feedstoragedummyimpl.cpp: In member function `virtual QStringList >> Akregator::Backend::FeedStorageDummyImpl::articles(const QString&)': >> feedstoragedummyimpl.cpp:124: operands to ?: have different types >> make[4]: *** [feedstoragedummyimpl.lo] Error 1 > > That's > > return tag.isNull() ? d->entries.keys() : QStringList(); // TODO: > respect > > now d->entries is a QMap, so my reading of keys() says that > that is a QValueList --- which is exactly what QStringList is. I > suspect the compiler is being deliberately obtuse. Try replacing the ? : > ternary operator with a plain old if {} else {}. now, kdepim compiles through with that old C compiler. But I am not sure I included all the extras like libmal etc., so maybe I did not test some synching functionality. Thorsten _______________________________________________ kde-pim mailing list kde-pim@kde.org https://mail.kde.org/mailman/listinfo/kde-pim kde-pim home page at http://pim.kde.org/