mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
clang-format src
This commit is contained in:
@@ -13,13 +13,12 @@ BLACK_DEFINE_SEQUENCE_MIXINS(BlackMisc, CNameVariantPair, CNameVariantPairList)
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
CNameVariantPairList::CNameVariantPairList() { }
|
||||
CNameVariantPairList::CNameVariantPairList() {}
|
||||
|
||||
CNameVariantPairList::CNameVariantPairList(const CSequence<CNameVariantPair> &other) :
|
||||
CSequence<CNameVariantPair>(other)
|
||||
{ }
|
||||
CNameVariantPairList::CNameVariantPairList(const CSequence<CNameVariantPair> &other) : CSequence<CNameVariantPair>(other)
|
||||
{}
|
||||
|
||||
bool CNameVariantPairList::containsName(const QString &name)const
|
||||
bool CNameVariantPairList::containsName(const QString &name) const
|
||||
{
|
||||
return this->contains(&CNameVariantPair::getName, name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user