1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-22 12:47:44 +00:00
astra/launcher/desktop/include/aboutwindow.h

8 lines
No EOL
134 B
C++

#pragma once
#include <QDialog>
class AboutWindow : public QDialog {
public:
explicit AboutWindow(QWidget* widget = nullptr);
};