Added image objects to xml creator and parser.
This commit is contained in:
@@ -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 ) );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user