File indexing completed on 2024-05-12 03:54:20

0001 /*
0002     SPDX-FileCopyrightText: 2009 Pino Toscano <pino@kde.org>
0003 
0004     SPDX-License-Identifier: MIT
0005 */
0006 #include "test_enums_and_properties.h"
0007 #include <QGuiApplication>
0008 
0009 int main(int argc, char **argv)
0010 {
0011     QGuiApplication app(argc, argv);
0012 
0013     TestEnumsAndProperties t = TestEnumsAndProperties();
0014 
0015     Q_UNUSED(app);
0016     return 0;
0017 }