Skip to content

Commit

Permalink
- Use mpPlainTextEdit instead of getPlainTextEdit
Browse files Browse the repository at this point in the history
  • Loading branch information
alash325 committed Jun 24, 2015
1 parent df85c2b commit 7f94546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMEdit/OMEditGUI/Editors/TLMEditor.cpp
Expand Up @@ -69,7 +69,7 @@ void TLMEditor::contentsHasChanged(int position, int charsRemoved, int charsAdde
bool TLMEditor::validateMetaModelText()
{
if (mTextChanged) {
mXmlDocument.setContent(getPlainTextEdit()->toPlainText());
mXmlDocument.setContent(mpPlainTextEdit->toPlainText());
if (!emit focusOut()) {
return false;
} else {
Expand Down

0 comments on commit 7f94546

Please sign in to comment.