aboutsummaryrefslogtreecommitdiffstats
path: root/textedit.cpp
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2013-10-15 20:52:19 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2013-10-15 20:52:19 +0000
commite9a4bc3eda5dd0bd9c47efae8bac168846403e3d (patch)
treeebb4f8d2446aaf12fe951687112115298e0bcb91 /textedit.cpp
parentadd keyinforow qml widget (diff)
downloadgpg4usb-e9a4bc3eda5dd0bd9c47efae8bac168846403e3d.tar.gz
gpg4usb-e9a4bc3eda5dd0bd9c47efae8bac168846403e3d.zip
keydetails widget in qml working
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@1061 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'textedit.cpp')
-rw-r--r--textedit.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/textedit.cpp b/textedit.cpp
index ca2a904..3f743a0 100644
--- a/textedit.cpp
+++ b/textedit.cpp
@@ -66,8 +66,8 @@ void TextEdit::slotNewHelpTab(QString title, QString path)
}
-void TextEdit::slotNewQMLTab(QString title, KgpgCore::KgpgKey key) {
- QMLPage *page = new QMLPage(key);
+void TextEdit::slotNewQMLTab(QString title, GpgME::GpgContext *ctx, KgpgCore::KgpgKey key) {
+ QMLPage *page = new QMLPage(ctx, key);
// todo: should parent also be given?
tabWidget->addTab(page, title);
tabWidget->setCurrentIndex(tabWidget->count() - 1);