Coding style fixes.

This commit is contained in:
Felix Geyer 2013-03-24 14:04:08 +01:00
parent 095bf158b6
commit 82eca1a5bf
3 changed files with 1 additions and 3 deletions

View File

@ -50,7 +50,6 @@ private:
PasswordGenerator::GeneratorFlags generatorFlags();
const QScopedPointer<Ui::PasswordGeneratorWidget> m_ui;
};
#endif // KEEPASSX_PASSWORDGENERATORWIDGET_H

View File

@ -241,7 +241,6 @@ QString EditEntryWidget::entryTitle() const
else {
return QString();
}
}
void EditEntryWidget::loadEntry(Entry* entry, bool create, bool history, const QString& parentName,