qskinny/playground/inputpanel/TextInput.cpp
2018-03-27 16:30:09 +02:00

13 lines
134 B
C++

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