aboutsummaryrefslogtreecommitdiff
path: root/libs/installer_omod/src/newstuff/rtfPopup.h
blob: 17ca10c0de28aaeb8a263f6f1cc61bb17e70a903 (plain)
1
2
3
4
5
6
7
8
9
10
11
using namespace cli;

#include <QDialog>

class RtfPopup : public QDialog
{
  Q_OBJECT

public:
  RtfPopup(System::String^ rtfText, QWidget* parent = nullptr, Qt::WindowFlags f = Qt::WindowFlags());
};