diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-08-08 22:53:21 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-08-08 22:53:21 +0000 |
commit | 2f02c2f932cf9f30ca0e3ddcd5bf28bc0bb4bf36 (patch) | |
tree | 20a1da9ad5ac43f890f08d12bb093c15efd9b83d /editorpage.cpp | |
parent | only show import key action in verificynotification-menu when theres missing ... (diff) | |
download | gpg4usb-2f02c2f932cf9f30ca0e3ddcd5bf28bc0bb4bf36.tar.gz gpg4usb-2f02c2f932cf9f30ca0e3ddcd5bf28bc0bb4bf36.zip |
added detail dialog to verificationwidget
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@511 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'editorpage.cpp')
-rw-r--r-- | editorpage.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
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<QWidget *> widgets = findChildren<QWidget *>(); foreach(QWidget * widget, widgets) { |