summaryrefslogtreecommitdiffstats
path: root/src/widgets/doc/snippets/updating-selections/window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/doc/snippets/updating-selections/window.cpp')
-rw-r--r--src/widgets/doc/snippets/updating-selections/window.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/widgets/doc/snippets/updating-selections/window.cpp b/src/widgets/doc/snippets/updating-selections/window.cpp
index 4685b33130d..d03a36d5fc3 100644
--- a/src/widgets/doc/snippets/updating-selections/window.cpp
+++ b/src/widgets/doc/snippets/updating-selections/window.cpp
@@ -12,8 +12,9 @@
#include <QItemSelection>
#include <QItemSelectionModel>
#include <QStatusBar>
+#include <QTableView>
-#include "window.h"
+#include "../include/mainwindow.h"
class TableModel : public QAbstractTableModel
{