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