Begin delete command implementation
Tá an tiomantas seo le fáil i:
13
cli/commanddelete.h
Comhad gnáth
13
cli/commanddelete.h
Comhad gnáth
@ -0,0 +1,13 @@
|
||||
#ifndef COMMANDDELETE_H
|
||||
#define COMMANDDELETE_H
|
||||
#include "command.h"
|
||||
|
||||
class CommandDelete : public Command
|
||||
{
|
||||
public:
|
||||
using Command::Command;
|
||||
|
||||
int handle(QStringList arguments) override;
|
||||
};
|
||||
|
||||
#endif // COMMANDDELETE_H
|
Tagairt in Eagrán Nua
Cuir bac ar úsáideoir