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/itst_plugin2.h

13 lines
220 B
C++

#ifndef ITST_PLUGIN2_H
#define ITST_PLUGIN2_H
class Itst_plugin2
{
};
#define Itst_plugin2_iid "com.RTPTechGroup.Raindrop.Itst_plugin2/1.0"
Q_DECLARE_INTERFACE(Itst_plugin2, Itst_plugin2_iid)
#endif // IMAINWINDOW_H