summaryrefslogtreecommitdiffstats
path: root/examples/opcua/opcuaviewer/opcuamodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opcua/opcuaviewer/opcuamodel.cpp')
-rw-r--r--examples/opcua/opcuaviewer/opcuamodel.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/opcua/opcuaviewer/opcuamodel.cpp b/examples/opcua/opcuaviewer/opcuamodel.cpp
index 27f2483..1d36a0d 100644
--- a/examples/opcua/opcuaviewer/opcuamodel.cpp
+++ b/examples/opcua/opcuaviewer/opcuamodel.cpp
@@ -120,6 +120,8 @@ QVariant OpcUaModel::headerData(int section, Qt::Orientation orientation, int ro
return QStringLiteral("DisplayName");
case 6:
return QStringLiteral("Description");
+ case 7:
+ return QStringLiteral("Historizing");
default:
break;
}