mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-07 15:33:51 +00:00
Merge pull request #34 from sophiekovalevsky/implement-about
implement about dialog, refactor app version/hash
This commit is contained in:
commit
b7a7626e3d
8 changed files with 293 additions and 11 deletions
8
Software/PC_Application/Util/app_common.h
Normal file
8
Software/PC_Application/Util/app_common.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef APP_COMMON_H
|
||||
#define APP_COMMON_H
|
||||
|
||||
#include <QApplication>
|
||||
|
||||
#define qlibrevnaApp (QCoreApplication::instance())
|
||||
|
||||
#endif // APP_COMMON_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue