Fixed bug when keysettings and a blank session.

This commit is contained in:
Ernie Pasveer
2022-02-25 07:38:54 -06:00
parent aa9bf81eac
commit 2a26d21367
3 changed files with 7 additions and 1 deletions
+5
View File
@@ -45,6 +45,11 @@ void SeerKeySettings::add (const QString& action, const SeerKeySetting& setting)
_keys[action] = setting;
}
int SeerKeySettings::count () const {
return _keys.size();
}
SeerKeySettings SeerKeySettings::populate () {
SeerKeySettings keySettings;