diff ui/mainwindow.h @ 652:f65503c1833b trustbridge-refactor

Updated mainwindow layout and removed obsolete code.
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 25 Jun 2014 14:54:45 +0200
parents a7c3ab273d41
children 129e611eaf50
line wrap: on
line diff
--- a/ui/mainwindow.h	Wed Jun 25 14:51:43 2014 +0200
+++ b/ui/mainwindow.h	Wed Jun 25 14:54:45 2014 +0200
@@ -197,9 +197,10 @@
     CertificateListWidget *mUpdatesManual;
     CertificateListWidget *mInstallList;
     CertificateListWidget *mRemoveList;
-    int mUpdatesNewSize;
-    int mUpdatesRemoveSize;
-    int mUpdatesManualSize;
+
+    QPushButton *mUpdatesDetailsNew;
+    QPushButton *mUpdatesDetailsRemove;
+    QPushButton *mUpdatesDetailsManual;
 };
 
 #endif // MAINWINDOW_H

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