Use persistent model index in devices widget

This commit is contained in:
Srivats P 2019-08-10 18:55:23 +05:30
parent 64d1525f50
commit 46dd028a33

View File

@ -58,7 +58,7 @@ private:
void setDeviceInfoButtonsVisible(bool show);
PortGroupList *portGroups_;
QModelIndex currentPortIndex_;
QPersistentModelIndex currentPortIndex_;
};
#endif