Merge pull request #34 from sophiekovalevsky/implement-about

implement about dialog, refactor app version/hash
This commit is contained in:
jankae 2021-06-28 21:31:52 +02:00 committed by GitHub
commit b7a7626e3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 293 additions and 11 deletions

View file

@ -0,0 +1,8 @@
#ifndef APP_COMMON_H
#define APP_COMMON_H
#include <QApplication>
#define qlibrevnaApp (QCoreApplication::instance())
#endif // APP_COMMON_H