| 5 | #include <QtCore/QDebug> |
| 6 | |
| 7 | Application::Application(int& argc, char** argv) : QApplication(argc, argv) |
| 8 | { |
| 9 | } |
| 10 | |
| 11 | bool Application::notify(QObject* receiver, QEvent* event) |
| 12 | { |
nothing calls this directly
no outgoing calls
no test coverage detected