| 20 | #include "IPApplication.h" |
| 21 | |
| 22 | IPApplication::IPApplication(int &argc, char **argv) : QApplication(argc, argv) |
| 23 | { |
| 24 | #ifdef Q_OS_MACX |
| 25 | setAttribute(Qt::AA_UseHighDpiPixmaps, true); |
| 26 | #endif |
| 27 | } |
| 28 | /* |
| 29 | bool IPApplication::notify(QObject* rec, QEvent* ev) |
| 30 | { |
nothing calls this directly
no outgoing calls
no test coverage detected