| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | < | #define USING_VM_TABLET_WARNING_FIX // Comment this line if not using a mac vm | 
| 1 | > | //#define USING_VM_TABLET_WARNING_FIX // Comment this line if not using a mac vm | 
| 2 | ||
| 3 | #ifdef USING_VM_TABLET_WARNING_FIX | |
| 4 | #include <qapplication.h> | |
| 5 | void myMessageOutput(QtMsgType type, const char *msg); | |
| 6 | #endif | |
| 7 | ||
| 8 | < | #include <QtGui/QApplication> | 
| 8 | > | #include <QtWidgets/QApplication> | 
| 9 | #include "mainwindow.h" | |
| 10 | ||
| 11 | int main(int argc, char *argv[]) | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines (old) | 
| > | Changed lines (new) |