diff options
author | David Boddie <david.boddie@nokia.com> | 2010-09-03 12:23:33 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2010-09-03 12:23:33 (GMT) |
commit | a2203d680d8a24113daab08046154c2c5234df4f (patch) | |
tree | 431d24e146bd3211abef22c18e106ccfa7613626 /examples/tutorials/modelview/5_edit | |
parent | 2bb571fe49d05b06b13aedc4f7fb71cbb1c949be (diff) | |
download | Qt-a2203d680d8a24113daab08046154c2c5234df4f.zip Qt-a2203d680d8a24113daab08046154c2c5234df4f.tar.gz Qt-a2203d680d8a24113daab08046154c2c5234df4f.tar.bz2 |
Doc: Fixed namespaced Qt build breakage in the model/view tutorial.
Reviewed-by: hjk
Diffstat (limited to 'examples/tutorials/modelview/5_edit')
-rwxr-xr-x | examples/tutorials/modelview/5_edit/mainwindow.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/tutorials/modelview/5_edit/mainwindow.h b/examples/tutorials/modelview/5_edit/mainwindow.h index 1d49f47..ac5b77b 100755 --- a/examples/tutorials/modelview/5_edit/mainwindow.h +++ b/examples/tutorials/modelview/5_edit/mainwindow.h @@ -42,8 +42,7 @@ #define MAINWINDOW_H #include <QtGui/QMainWindow> - -class QTableView; //forward declaration +#include <QtGui/QTableView> class MainWindow : public QMainWindow { |