Begin a C++ cli and remove the Python scripts

This commit is contained in:
2019-04-06 17:16:42 +02:00
parent 8e3585df38
commit 3e23021621
32 changed files with 788 additions and 214 deletions

8
cli/addfileexception.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef ADDFILEEXCEPTION_H
#define ADDFILEEXCEPTION_H
#include <QException>
#include <QString>
class AddFileException : public QException
{
};
#endif // ADDFILEEXCEPTION_H