Mercurial > trustbridge
view ui/listupdatedialog.cpp @ 76:63b79d135631
Remove QTextStream usage. The QTextStream usage in this way
caused a segmentation fault on Windows
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Wed, 19 Mar 2014 16:33:25 +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; }