Mercurial > trustbridge
comparison ui/listupdatedialog.cpp @ 71:f22a99f7cb69
Add certificatelist to install as member. Look for updates on startup
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Wed, 19 Mar 2014 11:32:25 +0000 |
parents | |
children | 01286d0872ca |
comparison
equal
deleted
inserted
replaced
70:64c8c6350e60 | 71:f22a99f7cb69 |
---|---|
1 #include "listupdatedialog.h" | |
2 #include <QDebug> | |
3 | |
4 ListUpdateDialog::ListUpdateDialog(QDialog *parent, | |
5 const CertificateList &listToInstall) : | |
6 QDialog(parent), | |
7 mCertificateList(listToInstall) | |
8 { | |
9 qDebug() << "I am a happy list update dialog"; | |
10 setupGUI(); | |
11 } | |
12 | |
13 void ListUpdateDialog::setupGUI() | |
14 { | |
15 return; | |
16 } |