aboutsummaryrefslogtreecommitdiffstats
path: root/verifydetailsdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'verifydetailsdialog.h')
-rw-r--r--verifydetailsdialog.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/verifydetailsdialog.h b/verifydetailsdialog.h
index 5ce7ff7..4feee35 100644
--- a/verifydetailsdialog.h
+++ b/verifydetailsdialog.h
@@ -30,7 +30,7 @@ class VerifyDetailsDialog : public QDialog
{
Q_OBJECT
public:
- explicit VerifyDetailsDialog(QWidget *parent, GpgME::GpgContext* ctx, KeyList* mKeyList, QByteArray* inputData, QByteArray* inputSignature = 0);
+ explicit VerifyDetailsDialog(QWidget *parent, GpgME::GpgContext* ctx, KeyList* mKeyList, QTextEdit *edit);
private slots:
void refresh();
@@ -40,8 +40,7 @@ private:
KeyList *mKeyList;
QHBoxLayout *mainLayout;
QWidget *mVbox;
- QByteArray* mInputData; /** Data to be verified */
- QByteArray* mInputSignature; /** Data to be verified */
+ QTextEdit *mTextpage; /** Textedit associated to the notification */
QDialogButtonBox* buttonBox;
};