New upstream version 23.2.1+dfsg1
This commit is contained in:
parent
cdc9a9fc87
commit
b14f9eae6d
1017 changed files with 37232 additions and 11111 deletions
20
UI/window-basic-about.hpp
Normal file
20
UI/window-basic-about.hpp
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
#include <QDialog>
|
||||
|
||||
#include "ui_OBSAbout.h"
|
||||
|
||||
class OBSAbout : public QDialog {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit OBSAbout(QWidget *parent = 0);
|
||||
|
||||
std::unique_ptr<Ui::OBSAbout> ui;
|
||||
|
||||
private slots:
|
||||
void ShowAbout();
|
||||
void ShowAuthors();
|
||||
void ShowLicense();
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue