Added image objects to xml creator and parser.

This commit is contained in:
Jim Evins
2017-01-01 19:52:07 -05:00
parent d5508a2862
commit 719604ca40
3 changed files with 68 additions and 8 deletions
+2 -1
View File
@@ -505,7 +505,8 @@ void ObjectEditor::onImageFileButtonClicked()
void ObjectEditor::onImageKeySelected( QString key )
{
qDebug() << "Key = " << key;
mUndoRedoModel->checkpoint( tr("Set image") );
mObject->setFilenameNode( TextNode( true, key ) );
}