#include "TextInput.h" TextInput::TextInput( QQuickItem* parent ) : QQuickTextInput( parent ) { } TextInput::~TextInput() { }