Show value of variable in 0 row of list of variables.

--HG--
branch : develop
This commit is contained in:
dismine 2013-10-15 12:26:47 +03:00
parent 90207bd926
commit c94e939149

View File

@ -451,8 +451,8 @@ void DialogTool::ShowVariable(const QHash<key, val> *var){
item->setFont(QFont("Times", 12, QFont::Bold));
listWidget->addItem(item);
}
listWidget->setCurrentRow (0);
connect(listWidget, &QListWidget::currentRowChanged, this, &DialogTool::ValChenged);
listWidget->setCurrentRow (0);
}
qint64 DialogTool::getIdDetail() const{