1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-22 12:47:44 +00:00
astra/include/aboutwindow.h
Joshua Goins 5d9671af9f Improve about window
Now it looks much, much nicer and will eventually include more
fields, such as a place to report bugs etc.
2022-04-10 19:56:14 -04:00

8 lines
No EOL
125 B
C++

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