Feature : clip command (#578)

This commit is contained in:
louib 2017-05-19 14:04:11 -04:00 committed by GitHub
parent 6c050c55d9
commit a2e82dc883
15 changed files with 250 additions and 41 deletions

View file

@ -367,7 +367,7 @@ void Database::startModifiedTimer()
m_timer->start(150);
}
const CompositeKey & Database::key() const
const CompositeKey& Database::key() const
{
return m_data.key;
}