13 lines
134 B
C++
13 lines
134 B
C++
![]() |
#include "TextInput.h"
|
||
|
|
||
|
TextInput::TextInput( QQuickItem* parent )
|
||
|
: QQuickTextInput( parent )
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
TextInput::~TextInput()
|
||
|
{
|
||
|
|
||
|
}
|