| 43 | }; |
| 44 | |
| 45 | class UpdateView : public QWidget { |
| 46 | Q_OBJECT |
| 47 | |
| 48 | public: |
| 49 | UpdateView(); |
| 50 | |
| 51 | private slots: |
| 52 | // 检查更新接口,菜单项函数 |
| 53 | void noupdate(); |
| 54 | |
| 55 | private: |
| 56 | Updater _updater; |
| 57 | QLabel *_nativeLabel; |
| 58 | QTimer *_timer; |
| 59 | }; |
| 60 | |
| 61 | #endif // UPDATESYSTEM_H |
nothing calls this directly
no outgoing calls
no test coverage detected