This repository has been archived on 2023-08-11. You can view files and clone it, but cannot push or open issues or pull requests.
plugin/tests/auto/tst_plugin2/tst_plugin2.cpp

8 lines
123 B
C++

#include "tst_plugin2.h"
tst_plugin2::tst_plugin2(QObject *parent):
QObject(parent), IPlugin("Itst_plugin3")
{
}