mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-22 13:15:39 +08:00
Issue #77 Remove outdated function
This commit is contained in:
@@ -312,12 +312,6 @@ namespace BlackMisc
|
||||
return derived()->toQString().compare(compareValue.toQString());
|
||||
}
|
||||
} // Mixin
|
||||
|
||||
template <class T>
|
||||
bool Predicates::Private::Matches::operator()(const T &value) const
|
||||
{
|
||||
return m_map.matches(value);
|
||||
}
|
||||
} // ns
|
||||
|
||||
Q_DECLARE_METATYPE(BlackMisc::CPropertyIndexVariantMap)
|
||||
|
||||
Reference in New Issue
Block a user