Add header file for project-variables

This commit is contained in:
2023-10-11 15:46:06 +02:00
committed by Siegfried Siegert
parent 509bc29d7e
commit 68c438bfe0

View File

@@ -0,0 +1,13 @@
#ifndef ATB_PROJECT_H_INCLUDED
#define ATB_PROJECT_H_INCLUDED
#include <QString>
class ATBProject {
public:
QString project;
QString version;
QString info;
};
#endif // ATB_PROJECT_H_INCLUDED