9 lines
135 B
C++
9 lines
135 B
C++
|
#include "chinesecharacterstopinyin.h"
|
||
|
|
||
|
chineseCharactersToPinyin::chineseCharactersToPinyin(QObject *parent) : QObject(parent)
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
|