view ui/listupdatedialog.cpp @ 78:2f5db8c70bc2

Constify
author Andre Heinecke <aheinecke@intevation.de>
date Wed, 19 Mar 2014 16:35:13 +0000
parents f22a99f7cb69
children 01286d0872ca
line wrap: on
line source
#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/