| 4 | #include "ui_Loading.h" |
| 5 | |
| 6 | class Loading : public QMainWindow |
| 7 | { |
| 8 | Q_OBJECT |
| 9 | |
| 10 | public: |
| 11 | Loading(QWidget *parent = nullptr); |
| 12 | ~Loading(); |
| 13 | |
| 14 | private: |
| 15 | Ui::LoadingClass ui; |
| 16 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected