Mercurial > trustbridge
comparison ui/listupdatedialog.cpp @ 153:252ffe6e27fd
Changed type of MainWindow from QDialog to QMainWindow.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Tue, 25 Mar 2014 08:58:18 +0100 |
parents | 39b7930fbca9 |
children | 3ebebd055d3a |
comparison
equal
deleted
inserted
replaced
142:52993db093f4 | 153:252ffe6e27fd |
---|---|
9 #include <QHBoxLayout> | 9 #include <QHBoxLayout> |
10 #include <QListWidget> | 10 #include <QListWidget> |
11 #include <QVBoxLayout> | 11 #include <QVBoxLayout> |
12 #include "certificate.h" | 12 #include "certificate.h" |
13 | 13 |
14 ListUpdateDialog::ListUpdateDialog(QDialog *parent, | 14 ListUpdateDialog::ListUpdateDialog(QMainWindow *parent, |
15 const CertificateList &listToInstall) : | 15 const CertificateList &listToInstall) : |
16 QDialog(parent), | 16 QDialog(parent), |
17 mCertificateList(listToInstall) | 17 mCertificateList(listToInstall) |
18 { | 18 { |
19 qDebug() << "I am a happy list update dialog"; | 19 qDebug() << "I am a happy list update dialog"; |