Fix typo.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user