Skip to content
Snippets Groups Projects
Commit 909c61b3 authored by Yurov, Dmitry's avatar Yurov, Dmitry
Browse files

Fixed bug in presentation selection process

Redmine: #2051
parent b0cd6e65
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ JobItem::JobItem() : SessionItem(Constants::JobItemType) ...@@ -66,7 +66,7 @@ JobItem::JobItem() : SessionItem(Constants::JobItemType)
addProperty(P_COMMENTS, QString())->setVisible(false); addProperty(P_COMMENTS, QString())->setVisible(false);
addProperty(P_PROGRESS, 0)->setVisible(false); addProperty(P_PROGRESS, 0)->setVisible(false);
addProperty(P_PRESENTATION_TYPE, Constants::IntensityDataPresentation)->setVisible(false); addProperty(P_PRESENTATION_TYPE, QVariant::Type::Invalid)->setVisible(false);
registerTag(T_SAMPLE, 1, 1, QStringList() << Constants::MultiLayerType); registerTag(T_SAMPLE, 1, 1, QStringList() << Constants::MultiLayerType);
registerTag(T_INSTRUMENT, 1, 1, registerTag(T_INSTRUMENT, 1, 1,
......
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