Index: head/japanese/kiten-kde4/files/patch-lib_dictquery.cpp =================================================================== --- head/japanese/kiten-kde4/files/patch-lib_dictquery.cpp (nonexistent) +++ head/japanese/kiten-kde4/files/patch-lib_dictquery.cpp (revision 478254) @@ -0,0 +1,13 @@ +contains() returns a bool, clang7 complains + +--- lib/dictquery.cpp.orig 2018-08-27 21:16:58 UTC ++++ lib/dictquery.cpp +@@ -459,7 +459,7 @@ QString DictQuery::operator[] ( const QS + + bool DictQuery::hasProperty( const QString &key ) const + { +- return d->entryOrder.contains( key ) > 0; ++ return d->entryOrder.contains( key ); + } + + //TODO: Add i18n handling and alternate versions of property names Property changes on: head/japanese/kiten-kde4/files/patch-lib_dictquery.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property