9 lines
100 B
C
9 lines
100 B
C
#ifndef VERSION_H
|
|
#define VERSION_H
|
|
|
|
#include <QString>
|
|
|
|
QString version = "";
|
|
|
|
#endif // VERSION_H
|