1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-05 03:45:35 +00:00

removed misplaced bracket

This commit is contained in:
Marek Kochanowicz 2014-02-15 22:38:59 +01:00
parent 45d9364195
commit cbe1fe2f95

View file

@ -61,7 +61,7 @@ void CSVWorld::ScriptEdit::dropEvent (QDropEvent* event)
{
if (mAllowedTypes.contains (it->getType()))
{
QString::fromStdString ('"' + it->getId() + '"'));
QString::fromStdString ('"' + it->getId() + '"');
}
}
}