mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-31 00:01:07 -05:00
clang-tidy: use = default (#7999)
This commit is contained in:
parent
e1fbed0e25
commit
52af8a5e2a
70 changed files with 72 additions and 216 deletions
|
|
@ -29,9 +29,7 @@ AddGroup::AddGroup()
|
|||
positionalArguments.append({QString("group"), QObject::tr("Path of the group to add."), QString("")});
|
||||
}
|
||||
|
||||
AddGroup::~AddGroup()
|
||||
{
|
||||
}
|
||||
AddGroup::~AddGroup() = default;
|
||||
|
||||
int AddGroup::executeWithDatabase(QSharedPointer<Database> database, QSharedPointer<QCommandLineParser> parser)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue