Index: head/sysutils/plasma-pass/files/patch-plugin_passwordfiltermodel.cpp =================================================================== --- head/sysutils/plasma-pass/files/patch-plugin_passwordfiltermodel.cpp (nonexistent) +++ head/sysutils/plasma-pass/files/patch-plugin_passwordfiltermodel.cpp (revision 538092) @@ -0,0 +1,16 @@ +Obtained from: https://github.com/KDE/plasma-pass/commit/3fb633159ca4a1db166d5c54bbc025f71aba1652 + +--- plugin/passwordfiltermodel.cpp.orig 2020-06-06 09:37:44 UTC ++++ plugin/passwordfiltermodel.cpp +@@ -79,7 +79,11 @@ void PasswordFilterModel::delayedUpdateFilter() + Q_ASSERT(sender() == &mUpdateTimer); + + mFilter = mUpdateTimer.property(newFilterProperty).toString(); ++#if QT_VERSION < QT_VERSION_CHECK(5, 15, 0) + mParts = mFilter.splitRef(QLatin1Char('/'), QString::SkipEmptyParts); ++#else ++ mParts = mFilter.splitRef(QLatin1Char('/'), Qt::SkipEmptyParts); ++#endif + Q_EMIT passwordFilterChanged(); + mSortingLookup.clear(); + invalidate(); Property changes on: head/sysutils/plasma-pass/files/patch-plugin_passwordfiltermodel.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