1
0
looqs/cli/commandlist.h

15 linhas
254 B
C
Em bruto Vista normal Histórico

2019-09-22 16:13:13 +02:00
#ifndef COMMANDSEARCH_H
#define COMMANDSEARCH_H
#include "command.h"
#include "../shared/sqlitesearch.h"
class CommandList : public Command
{
public:
using Command::Command;
int handle(QStringList arguments) override;
};
#endif // COMMANDSEARCH_H