Пример #1
0
// ----- Factory -----
SCgTranslateGWFToScFactory::SCgTranslateGWFToScFactory(QObject *parent) :
    QObject(parent)
{
    ScHelperInterface *helper = SCgPlugin::rootInterface()->scHelper();
    mFormats.push_back(helper->appendFormatKeynode("gwf"));
}