#include "Translator.h" Translator::Translator(QObject *parent) : QObject(parent) { } void Translator::translate(QString text) { }