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

8 lines
134 B
C
Raw Normal View History

#pragma once
#include <QDialog>
class AboutWindow : public QDialog {
public:
2022-09-05 17:26:26 -04:00
explicit AboutWindow(QWidget* widget = nullptr);
};