Skip to content
Snippets Groups Projects
Commit 2e0222a1 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Fix missing nullptr initialization

parent 07a9bde3
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ namespace armarx
private:
QTreeWidget* widget;
QTreeWidget* widget = nullptr;
/// Connections to the current widget.
QVector<QMetaObject::Connection> widgetConnections;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment