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

0001 /*
0002     SPDX-FileCopyrightText: 2003 Cornelius Schumacher <schumacher@kde.org>
0003 
0004     SPDX-License-Identifier: MIT
0005 */
0006 #include "test2.h"
0007 #include <QGuiApplication>
0008 
0009 int main(int argc, char **argv)
0010 {
0011     QGuiApplication app(argc, argv);
0012     Q_UNUSED(app);
0013     Test2 t = Test2();
0014     return 0;
0015 }