Add license agreement dialog
This commit is contained in:
14
obs/window-license-agreement.hpp
Normal file
14
obs/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);
|
||||
};
|
Reference in New Issue
Block a user