Migration of QtMvvm from github
 
 
 
 
 

10 lines
140 B

#include "testplugin.h"
TestPlugin::TestPlugin(QObject *parent) :
QObject{parent}
{}
int TestPlugin::magicNumber() const
{
return 72;
}