fix Qt includes: #include <QHeaderView> v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Fri, 23 Oct 2020 12:10:45 +0200
branchv_0
changeset 49 a3777909fd44
parent 48 2651972767c1
child 50 9008fd23fc17
fix Qt includes: #include <QHeaderView>
src/RelpipeChartMainWindow.cpp
--- a/src/RelpipeChartMainWindow.cpp	Tue Oct 20 23:48:51 2020 +0200
+++ b/src/RelpipeChartMainWindow.cpp	Fri Oct 23 12:10:45 2020 +0200
@@ -19,6 +19,7 @@
 #include <QPushButton>
 #include <QTableView>
 #include <QAction>
+#include <QHeaderView>
 
 #include "RelpipeChartMainWindow.h"