New upstream version 0.16.2+dfsg1
This commit is contained in:
parent
67704ac59c
commit
6efda2859e
377 changed files with 7938 additions and 696 deletions
14
UI/window-license-agreement.hpp
Normal file
14
UI/window-license-agreement.hpp
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
#include "ui_OBSLicenseAgreement.h"
|
||||
|
||||
class OBSLicenseAgreement : public QDialog {
|
||||
Q_OBJECT
|
||||
|
||||
private:
|
||||
std::unique_ptr<Ui::OBSLicenseAgreement> ui;
|
||||
|
||||
public:
|
||||
OBSLicenseAgreement(QWidget *parent);
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue