mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-23 12:37:45 +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);
|
||
|
};
|