MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / CheckUpdateDialog

Method CheckUpdateDialog

MiniZincIDE/checkupdatedialog.cpp:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include <QPushButton>
5
6CheckUpdateDialog::CheckUpdateDialog(QWidget *parent) :
7 QDialog(parent),
8 ui(new Ui::CheckUpdateDialog)
9{
10 ui->setupUi(this);
11}
12
13CheckUpdateDialog::~CheckUpdateDialog()
14{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected