cli: CommandList: Rework, implement pattern, remove count, reverse

This commit is contained in:
2022-06-02 14:35:23 +02:00
rodzic 51ead5e171
commit 45505e4447
2 zmienionych plików z 21 dodań i 19 usunięć

Wyświetl plik

@@ -1,5 +1,5 @@
#ifndef COMMANDSEARCH_H
#define COMMANDSEARCH_H
#ifndef COMMANDLIST_H
#define COMMANDLIST_H
#include "command.h"
#include "../shared/sqlitesearch.h"
@@ -11,4 +11,4 @@ class CommandList : public Command
int handle(QStringList arguments) override;
};
#endif // COMMANDSEARCH_H
#endif // COMMANDLIST_H