mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-29 08:15:35 +00:00
Use QPersistentModelIndex to react to model changes
This commit is contained in:
parent
355dd0bccf
commit
21db4219de
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ namespace CSVWorld
|
||||||
|
|
||||||
CSMWorld::ColumnBase::Display mDisplay;
|
CSMWorld::ColumnBase::Display mDisplay;
|
||||||
|
|
||||||
std::optional<QModelIndex> mIndex;
|
std::optional<QPersistentModelIndex> mIndex;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
DialogueDelegateDispatcherProxy(QWidget* editor, CSMWorld::ColumnBase::Display display);
|
DialogueDelegateDispatcherProxy(QWidget* editor, CSMWorld::ColumnBase::Display display);
|
||||||
|
|
Loading…
Reference in a new issue