mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 20:53:50 +00:00
nicer formatting
This commit is contained in:
parent
40cc108e54
commit
ace4252013
1 changed files with 5 additions and 1 deletions
|
@ -490,10 +490,14 @@ void CSVWorld::Table::dropEvent(QDropEvent *event)
|
|||
|
||||
if (dynamic_cast<const CSMWorld::TableMimeData*>(event->mimeData())->holdsType(display))
|
||||
{
|
||||
const CSMWorld::TableMimeData* mime = dynamic_cast<const CSMWorld::TableMimeData*> (event->mimeData());
|
||||
const CSMWorld::TableMimeData* mime = dynamic_cast<const CSMWorld::TableMimeData*>
|
||||
(event->mimeData());
|
||||
|
||||
CSMWorld::UniversalId record (mime->returnMatching (display));
|
||||
|
||||
std::auto_ptr<CSMWorld::ModifyCommand> command (new CSMWorld::ModifyCommand
|
||||
(*mProxyModel, index, QVariant (QString::fromStdString (record.getId()))));
|
||||
|
||||
mUndoStack.push (command.release());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue