From 2f02c2f932cf9f30ca0e3ddcd5bf28bc0bb4bf36 Mon Sep 17 00:00:00 2001 From: nils Date: Mon, 8 Aug 2011 22:53:21 +0000 Subject: added detail dialog to verificationwidget git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@511 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- editorpage.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'editorpage.cpp') diff --git a/editorpage.cpp b/editorpage.cpp index f6c6504..e1e5939 100644 --- a/editorpage.cpp +++ b/editorpage.cpp @@ -60,14 +60,11 @@ void EditorPage::setFilePath(const QString &filePath) void EditorPage::showNotificationWidget(QWidget *widget, const char *className) { widget->setProperty(className,true); - qDebug() << "bla2" << widget->property(className); - mainLayout->addWidget(widget); } void EditorPage::hideNoteByClass(const char *className) { - qDebug() << "length:" << this->children().length(); QList widgets = findChildren(); foreach(QWidget * widget, widgets) { -- cgit v1.2.3