1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-04-22 20:17:46 +00:00
novus/apps/sdklauncher/include/mainwindow.h

15 lines
237 B
C
Raw Normal View History

2023-08-31 14:21:19 +02:00
// SPDX-FileCopyrightText: 2023 Joshua Goins <josh@redstrate.com>
// SPDX-License-Identifier: GPL-3.0-or-later
2023-08-31 14:18:50 +02:00
#pragma once
#include <KXmlGuiWindow>
2023-08-31 14:18:50 +02:00
class MainWindow : public KXmlGuiWindow
2023-10-10 18:02:13 -04:00
{
Q_OBJECT
2023-08-31 14:18:50 +02:00
public:
MainWindow();
};