7 changed files with 61 additions and 32 deletions
@ -1,4 +1,12 @@ |
|||
#ifndef EXPCONFIG_H |
|||
#define EXPCONFIG_H |
|||
|
|||
#endif // EXPCONFIG_H
|
|||
#include <QString> |
|||
|
|||
struct ExpConfig |
|||
{ |
|||
bool valid = false; |
|||
QString message; |
|||
}; |
|||
|
|||
#endif //EXPCONFIG_H
|
|||
|
Loading…
Reference in new issue