mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 14:59:54 +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;
|
||||
|
||||
std::optional<QModelIndex> mIndex;
|
||||
std::optional<QPersistentModelIndex> mIndex;
|
||||
|
||||
public:
|
||||
DialogueDelegateDispatcherProxy(QWidget* editor, CSMWorld::ColumnBase::Display display);
|
||||
|
|
Loading…
Reference in a new issue