[KPhotoAlbum] Qt 5.5
Robert Krawitz
rlk at alum.mit.edu
Wed Oct 17 01:46:45 BST 2018
That's deprecated, correct?
>From DB/ImageInfo.cpp around line 160:
bool DB::ImageInfo::hasCategoryInfo( const QString& key, const StringSet& values ) const
{
// OpenSuse leap 42.1 still ships with Qt 5.5
// TODO: remove this version check once we don't care about Qt 5.6 anymore...
#if (QT_VERSION >= QT_VERSION_CHECK(5, 6, 0))
return values.intersects( m_categoryInfomation[key] );
#else
StringSet tmp = values;
return ! tmp.intersect( m_categoryInfomation[key] ).isEmpty();
#endif
}
--
Robert Krawitz <rlk at alum.mit.edu>
*** MIT Engineers A Proud Tradition http://mitathletics.com ***
Member of the League for Programming Freedom -- http://ProgFree.org
Project lead for Gutenprint -- http://gimp-print.sourceforge.net
"Linux doesn't dictate how I work, I dictate how Linux works."
--Eric Crampton
More information about the Kphotoalbum
mailing list