Add header file for project-variables

This commit is contained in:
Gerhard Hoffmann 2023-10-11 15:46:06 +02:00 committed by Siegfried Siegert
parent 509bc29d7e
commit 68c438bfe0
Signed by: SiegfriedSiegert
GPG Key ID: 68371E015E8F0B03

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