/* SPDX-FileCopyrightText: 2004 Waldo Bastian SPDX-License-Identifier: MIT */ #include "test6.h" #include int main(int argc, char **argv) { QGuiApplication app(argc, argv); Q_UNUSED(app); Test6 *t = new Test6(QString()); delete t; return 0; }