From 465e6dc6b65e9173764b7815bd449afa8bab11a6 Mon Sep 17 00:00:00 2001 From: nils Date: Tue, 6 Sep 2011 13:43:24 +0000 Subject: minor changes in verify-method and some doxygen documenation git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@526 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- editorpage.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'editorpage.cpp') diff --git a/editorpage.cpp b/editorpage.cpp index dd34948..2f47f11 100644 --- a/editorpage.cpp +++ b/editorpage.cpp @@ -26,13 +26,9 @@ EditorPage::EditorPage(const QString &filePath, QWidget *parent) : QWidget(paren fullFilePath(filePath) { textPage = new QPlainTextEdit(); - - //notificationWidget = new QWidget(this); - //this->showVerifyLabel(false); mainLayout = new QVBoxLayout(); mainLayout->setSpacing(0); mainLayout->addWidget(textPage); - //mainLayout->addWidget(notificationWidget); mainLayout->setContentsMargins(0,0,0,0); setLayout(mainLayout); setAttribute(Qt::WA_DeleteOnClose); -- cgit v1.2.3