mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-04 14:07:30 +00:00
8 lines
145 B
C
8 lines
145 B
C
#ifndef APP_COMMON_H
|
|
#define APP_COMMON_H
|
|
|
|
#include <QApplication>
|
|
|
|
#define qlibrevnaApp (QCoreApplication::instance())
|
|
|
|
#endif // APP_COMMON_H
|