Begin a C++ cli and remove the Python scripts
This commit is contained in:
8
cli/addfileexception.h
Normal file
8
cli/addfileexception.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef ADDFILEEXCEPTION_H
|
||||
#define ADDFILEEXCEPTION_H
|
||||
#include <QException>
|
||||
#include <QString>
|
||||
class AddFileException : public QException
|
||||
{
|
||||
};
|
||||
#endif // ADDFILEEXCEPTION_H
|
||||
Reference in New Issue
Block a user