| 5 | |
| 6 | class QVBoxLayout; |
| 7 | class T_BasePage : public ElaScrollPage |
| 8 | { |
| 9 | Q_OBJECT |
| 10 | public: |
| 11 | explicit T_BasePage(QWidget* parent = nullptr); |
| 12 | ~T_BasePage() override; |
| 13 | |
| 14 | protected: |
| 15 | void createCustomWidget(QString desText); |
| 16 | }; |
| 17 | |
| 18 | #endif // T_BASEPAGE_H |
nothing calls this directly
no outgoing calls
no test coverage detected