/* SPDX-FileCopyrightText: 2006 Michael Larouche SPDX-License-Identifier: MIT */ #include "test_signal.h" #include int main(int argc, char **argv) { QGuiApplication app(argc, argv); Q_UNUSED(app); TestSignal *t = TestSignal::self(); delete t; return 0; }