Implement CommandUpdate: Searches for files that have been changed and reprocesses them
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
#ifndef COMMANDUPDATE_H
|
||||
#define COMMANDUPDATE_H
|
||||
#include "command.h"
|
||||
|
||||
#include "filesaver.h"
|
||||
class CommandUpdate : public Command
|
||||
{
|
||||
public:
|
||||
CommandUpdate();
|
||||
|
||||
using Command::Command;
|
||||
int handle(QStringList arguments) override;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user