Add CompositeKey::isEmpty().
This commit is contained in:
@@ -44,6 +44,11 @@ void CompositeKey::clear()
|
||||
m_keys.clear();
|
||||
}
|
||||
|
||||
bool CompositeKey::isEmpty() const
|
||||
{
|
||||
return m_keys.isEmpty();
|
||||
}
|
||||
|
||||
CompositeKey* CompositeKey::clone() const
|
||||
{
|
||||
return new CompositeKey(*this);
|
||||
|
||||
Reference in New Issue
Block a user