11 lines
125 B
C++
Raw Normal View History

2018-08-09 18:06:22 +02:00
#include "item.hpp"
int main(int argc, char* argv[])
{
Q_INIT_RESOURCE(example);
Item item;
item.go();
return 0;
}