fix cli commands, translations and codestyle

This commit is contained in:
thez3ro
2018-02-06 01:17:36 +01:00
parent 6723f4215a
commit 1bfbb9242c
30 changed files with 70 additions and 67 deletions

View File

@@ -27,7 +27,7 @@ class Remove : public Command
public:
Remove();
~Remove();
int execute(QStringList arguments);
int execute(const QStringList& arguments);
int removeEntry(Database* database, QString databasePath, QString entryPath);
};