mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-24 13:07:44 +00:00
8 lines
134 B
C
8 lines
134 B
C
|
#pragma once
|
||
|
|
||
|
#include <QDialog>
|
||
|
|
||
|
class AboutWindow : public QDialog {
|
||
|
public:
|
||
|
explicit AboutWindow(QWidget* widget = nullptr);
|
||
|
};
|