mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-21 12:17:45 +00:00
8 lines
No EOL
177 B
C++
8 lines
No EOL
177 B
C++
#pragma once
|
|
|
|
#include "virtualdialog.h"
|
|
|
|
class AboutWindow : public VirtualDialog {
|
|
public:
|
|
explicit AboutWindow(DesktopInterface& interface, QWidget* widget = nullptr);
|
|
}; |