Skip to content
Snippets Groups Projects
Commit 1cd5911c authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

Uninitialized item

parent bf376e97
No related branches found
No related tags found
No related merge requests found
......@@ -215,7 +215,7 @@ QStandardItem *QuickSimulationHelper::iterateSessionModel(SampleModel *sampleMod
QStandardItem *QuickSimulationHelper::iterateInstrumentModel(InstrumentModel *instrumentModel)
{
QStandardItem *standardItem;
QStandardItem *standardItem(0);
QModelIndex itemIndex = instrumentModel->index(0,0,QModelIndex());
ParameterizedItem *instrument = instrumentModel->itemForIndex(itemIndex);
......
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