mirror of
https://github.com/jankae/LibreVNA.git
synced 2025-12-06 07:12:10 +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
|