diff ui/mainwindow.cpp @ 7:992c0ec57660

Add unit tests make CertificateList work.
author Andre Heinecke <aheinecke@intevation.de>
date Wed, 12 Feb 2014 16:52:27 +0000
parents cf88cc432b9d
children fe39d93f1261
line wrap: on
line diff
--- a/ui/mainwindow.cpp	Tue Feb 11 17:57:55 2014 +0000
+++ b/ui/mainwindow.cpp	Wed Feb 12 16:52:27 2014 +0000
@@ -8,6 +8,8 @@
 #include <QMenu>
 #include <QApplication>
 
+#include "certificatelist.h"
+
 MainWindow::MainWindow() {
     createActions();
     createTrayIcon();
@@ -33,6 +35,7 @@
 
 void MainWindow::showMessage()
 {
+    CertificateList * myCertList = new CertificateList((char*)"foo");
     mTrayIcon->showMessage("Hello", "World", QSystemTrayIcon::Information,
                           10000);
 }

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