qskinny/playground/inputpanel/TextInput.cpp

13 lines
134 B
C++
Raw Normal View History

2018-03-14 17:30:29 +01:00
#include "TextInput.h"
TextInput::TextInput( QQuickItem* parent )
: QQuickTextInput( parent )
{
}
TextInput::~TextInput()
{
}