Begin delete command implementation

Este commit está contenido en:
2019-04-07 20:22:20 +02:00
padre 1b896cbb2a
commit db499fb4b3
Se han modificado 9 ficheros con 152 adiciones y 3 borrados

13
cli/commandupdate.h Archivo normal
Ver fichero

@@ -0,0 +1,13 @@
#ifndef COMMANDUPDATE_H
#define COMMANDUPDATE_H
#include "command.h"
class CommandUpdate : public Command
{
public:
CommandUpdate();
int handle(QStringList arguments) override;
};
#endif // COMMANDUPDATE_H