| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | < | #include <QtGui/QApplication> |
| 1 | > | #include <QtWidgets/QApplication> |
| 2 | #include "mainwindow.h" | |
| 3 | ||
| 4 | int main(int argc, char *argv[]) | |
| 5 | { | |
| 6 | + | |
| 7 | QApplication a(argc, argv); | |
| 8 | MainWindow w; | |
| 9 | w.show(); | |
| # | Line 10 | Line 11 | int main(int argc, char *argv[]) | |
| 11 | ||
| 12 | return a.exec(); | |
| 13 | } | |
| 14 | + | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |