mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-22 04:37:46 +00:00
8 lines
125 B
C
8 lines
125 B
C
|
#pragma once
|
||
|
|
||
|
#include <QDialog>
|
||
|
|
||
|
class AboutWindow : public QDialog {
|
||
|
public:
|
||
|
AboutWindow(QWidget* widget = nullptr);
|
||
|
};
|