looqs/cli/commandupdate.h

16 satır
280 B
C
Ham Normal Görünüm Geçmiş

2019-04-07 20:22:20 +02:00
#ifndef COMMANDUPDATE_H
#define COMMANDUPDATE_H
#include "command.h"
#include "filesaver.h"
2019-04-07 20:22:20 +02:00
class CommandUpdate : public Command
{
protected:
bool hasErrors = false;
2019-04-07 20:22:20 +02:00
public:
using Command::Command;
2019-04-07 20:22:20 +02:00
int handle(QStringList arguments) override;
};
#endif // COMMANDUPDATE_H