blob: 7b748492c4797e0812dc83bb55fc32e42f506b86 [file] [log] [blame]
#include <QObject>
#include "mywrapobject.h"
int main(int argc, char** argv)
{
MyWrapObject mwo;
mwo.objectName();
return 0;
}