You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1234567891011121314151617181920 |
- /*274:*/
- #line 14 "./abouttypica.w"
-
- #include <QMainWindow>
- #include <QFile>
- #include "webview.h"
-
- #ifndef AboutTypicaHeader
- #define AboutTypicaHeader
-
- class AboutTypica:public QMainWindow
- {
- Q_OBJECT
- public:
- AboutTypica();
- };
-
- #endif
-
- /*:274*/
|