Revision cbc9a9514d0dd00b35b3de694dab02a387ec2b52 authored by Brad King on 22 May 2014, 14:41:12 UTC, committed by Brad King on 22 May 2014, 14:41:12 UTC
1 parent 0aa41c7
Raw File
main_wrap_test.cpp

#include <QObject>

#include "mywrapobject.h"

int main(int argc, char **argv)
{
  MyWrapObject mwo;
  mwo.objectName();
  return 0;
}
back to top