qskinny/playground/inputpanel/TextInput.cpp

13 lines
134 B
C++

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