new_release_dialog.h
Go to the documentation of this file.
1 #ifndef NEW_RELEASE_DIALOG_H
2 #define NEW_RELEASE_DIALOG_H
3 
4 #include <QDialog>
5 
6 namespace Ui
7 {
8 class NewReleaseDialog;
9 }
10 
11 class NewReleaseDialog : public QDialog
12 {
13  Q_OBJECT
14 
15 public:
16  NewReleaseDialog(QWidget* parent, QString release, QString title, QString url);
18 
19 private:
20  Ui::NewReleaseDialog* ui;
21 };
22 
23 #endif // NEW_RELEASE_DIALOG_H
Ui::NewReleaseDialog * ui


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 03:48:09