qskinny/src/inputpanel/QskTextPredictor.cpp

20 lines
496 B
C++
Raw Normal View History

2018-02-06 13:55:35 +00:00
/******************************************************************************
* QSkinny - Copyright (C) 2016 Uwe Rathmann
* This file may be used under the terms of the QSkinny License, Version 1.0
*****************************************************************************/
#include "QskTextPredictor.h"
2017-07-21 16:21:34 +00:00
#include <QVector>
QskTextPredictor::QskTextPredictor( QObject* parent )
2018-08-03 06:15:28 +00:00
: QObject( parent )
2017-07-21 16:21:34 +00:00
{
}
QskTextPredictor::~QskTextPredictor()
2017-07-21 16:21:34 +00:00
{
}
#include "moc_QskTextPredictor.cpp"