mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-22 12:47:44 +00:00
Now it looks much, much nicer and will eventually include more fields, such as a place to report bugs etc.
8 lines
No EOL
125 B
C++
8 lines
No EOL
125 B
C++
#pragma once
|
|
|
|
#include <QDialog>
|
|
|
|
class AboutWindow : public QDialog {
|
|
public:
|
|
AboutWindow(QWidget* widget = nullptr);
|
|
}; |