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 207B

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