1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-21 12:17:45 +00:00
astra/launcher/desktop/include/aboutwindow.h
Joshua Goins 59d7d842aa Begin consolidating GUI work
Also contains some stuff for future Qt6 version
2022-10-24 13:03:29 -04:00

8 lines
No EOL
177 B
C++

#pragma once
#include "virtualdialog.h"
class AboutWindow : public VirtualDialog {
public:
explicit AboutWindow(DesktopInterface& interface, QWidget* widget = nullptr);
};