Refactor parts of EditEntryWidget::saveEntry() into updateEntryData().

This commit is contained in:
Felix Geyer
2016-08-01 00:04:09 +02:00
committed by Jonathan White
parent 8f87b5cfd4
commit cf8186312a
2 changed files with 41 additions and 35 deletions

View File

@@ -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;