6 lines
132 B
C++
Executable file
6 lines
132 B
C++
Executable file
#include "RichTextInputDecorator.h"
|
|
|
|
URichTextInputDecorator::URichTextInputDecorator() {
|
|
this->DecoratorWidgetClass = NULL;
|
|
}
|
|
|