Refactor parts of EditEntryWidget::saveEntry() into updateEntryData().
This commit is contained in:
committed by
Jonathan White
parent
8f87b5cfd4
commit
cf8186312a
@@ -107,6 +107,7 @@ private:
|
||||
bool passwordsEqual();
|
||||
void setForms(const Entry* entry, bool restore = false);
|
||||
QMenu* createPresetsMenu();
|
||||
void updateEntryData(Entry* entry) const;
|
||||
|
||||
Entry* m_entry;
|
||||
Database* m_database;
|
||||
|
||||
Reference in New Issue
Block a user