/* SPDX-FileCopyrightText: 2009 Pino Toscano SPDX-License-Identifier: MIT */ #include "test_enums_and_properties.h" #include int main(int argc, char **argv) { QGuiApplication app(argc, argv); TestEnumsAndProperties t = TestEnumsAndProperties(); Q_UNUSED(app); return 0; }