diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ui/listupdatedialog.cpp	Wed Mar 19 11:32:25 2014 +0000
@@ -0,0 +1,16 @@
+#include "listupdatedialog.h"
+#include <QDebug>
+
+ListUpdateDialog::ListUpdateDialog(QDialog *parent,
+                                   const CertificateList &listToInstall) :
+    QDialog(parent),
+    mCertificateList(listToInstall)
+{
+    qDebug() << "I am a happy list update dialog";
+    setupGUI();
+}
+
+void ListUpdateDialog::setupGUI()
+{
+    return;
+}

http://wald.intevation.org/projects/trustbridge/