looqs/cli/commandupdate.h

14 lines
213 B
C
Raw Normal View History

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