Fix typo.

This commit is contained in:
Felix Geyer
2012-05-13 13:33:55 +02:00
parent 23792eb069
commit af726d465d
4 changed files with 5 additions and 5 deletions

View File

@@ -152,7 +152,7 @@ Group::TriState Group::autoTypeEnabled() const
return m_autoTypeEnabled;
}
Group::TriState Group::searchingEnabed() const
Group::TriState Group::searchingEnabled() const
{
return m_searchingEnabled;
}

View File

@@ -48,7 +48,7 @@ public:
bool isExpanded() const;
QString defaultAutoTypeSequence() const;
Group::TriState autoTypeEnabled() const;
Group::TriState searchingEnabed() const;
Group::TriState searchingEnabled() const;
Entry* lastTopVisibleEntry() const;
void setUuid(const Uuid& uuid);