From b6890257f1b7b80f5435fb06701527a901930c4f Mon Sep 17 00:00:00 2001 From: "PANIK\\chris" Date: Sat, 13 Sep 2025 22:53:32 +0200 Subject: [PATCH] cosmetics --- src/items/xqitemdelegate.cpp | 2 +- src/xtree.vcxproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/items/xqitemdelegate.cpp b/src/items/xqitemdelegate.cpp index 35ba1d3..c20161b 100644 --- a/src/items/xqitemdelegate.cpp +++ b/src/items/xqitemdelegate.cpp @@ -52,7 +52,7 @@ public: //! kontruktor mit dem zusändigen viewModel XQItemDelegate::XQItemDelegate( XQViewModel& viewModel) - : _modelView{viewModel} + : QStyledItemDelegate(), _modelView{viewModel} { static XQItemEditorFactory s_EditorFactory; setItemEditorFactory(&s_EditorFactory); diff --git a/src/xtree.vcxproj b/src/xtree.vcxproj index e522e97..de7fe2a 100644 --- a/src/xtree.vcxproj +++ b/src/xtree.vcxproj @@ -65,7 +65,7 @@ qt692 - core;gui;quick;quickcontrols2;quickdialogs2;quicklayouts;widgets;quickwidgets + core;gui;quick;widgets;quickwidgets debug