From 9e08044e7c503cd8f79f4fb86fa2751652a2637b Mon Sep 17 00:00:00 2001 From: nils Date: Thu, 8 Sep 2011 17:16:07 +0000 Subject: only use private keys to sign and print adequate message, if no private key is checked. removed hideImportAction and added parameter to showImportAction. git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@527 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- editorpage.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'editorpage.cpp') diff --git a/editorpage.cpp b/editorpage.cpp index 2f47f11..3ee0362 100644 --- a/editorpage.cpp +++ b/editorpage.cpp @@ -21,7 +21,6 @@ #include "editorpage.h" - EditorPage::EditorPage(const QString &filePath, QWidget *parent) : QWidget(parent), fullFilePath(filePath) { @@ -40,7 +39,6 @@ const QString& EditorPage::getFilePath() const return fullFilePath; } - QPlainTextEdit* EditorPage::getTextPage() { return textPage; -- cgit v1.2.3