1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-04-23 12:37:45 +00:00
novus/common/include/aboutwindow.h

8 lines
134 B
C
Raw Normal View History

2023-07-08 10:12:35 -04:00
#pragma once
#include <QDialog>
class AboutWindow : public QDialog {
public:
explicit AboutWindow(QWidget* widget = nullptr);
};