Don't add new entries to EntryModel when in search mode.
Only allow moving entries from one group to the other.
This commit is contained in:
@@ -104,9 +104,9 @@ Q_SIGNALS:
|
||||
void moved();
|
||||
|
||||
void entryAboutToAdd(Entry* entry);
|
||||
void entryAdded();
|
||||
void entryAdded(Entry* entry);
|
||||
void entryAboutToRemove(Entry* entry);
|
||||
void entryRemoved();
|
||||
void entryRemoved(Entry* entry);
|
||||
|
||||
void entryDataChanged(Entry* entry);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user