mirror of
https://github.com/status-im/dotherside.git
synced 2025-02-12 20:56:42 +00:00
9 lines
123 B
Plaintext
9 lines
123 B
Plaintext
#include <iostream>
|
|
#include "DynamicQObject.h"
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
DynamicQObject object;
|
|
return 0;
|
|
}
|