aboutsummaryrefslogtreecommitdiffstats
path: root/editorpage.cpp
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-09-06 13:43:24 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-09-06 13:43:24 +0000
commit465e6dc6b65e9173764b7815bd449afa8bab11a6 (patch)
treee675be052893d6ec87d594e0b3532a1e8d8a2bcd /editorpage.cpp
parenttry to fix 'not stealth on windows' bug by setting environment variable, need... (diff)
downloadgpg4usb-465e6dc6b65e9173764b7815bd449afa8bab11a6.tar.gz
gpg4usb-465e6dc6b65e9173764b7815bd449afa8bab11a6.zip
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
Diffstat (limited to 'editorpage.cpp')
-rw-r--r--editorpage.cpp4
1 files changed, 0 insertions, 4 deletions
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);