Typica is a free program for professional coffee roasters. https://typica.us
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.

abouttypica.h 246B

1234567891011121314151617181920
  1. /*294:*/
  2. #line 14 "./abouttypica.w"
  3. #include <QMainWindow>
  4. #include <QFile>
  5. #include "webview.h"
  6. #ifndef AboutTypicaHeader
  7. #define AboutTypicaHeader
  8. class AboutTypica:public QMainWindow
  9. {
  10. Q_OBJECT
  11. public:
  12. AboutTypica();
  13. };
  14. #endif
  15. /*:294*/