From b2158efe7199b9db24fc42a349d887edeac15130 Mon Sep 17 00:00:00 2001 From: ubbo Date: Fri, 11 Oct 2013 21:43:20 +0000 Subject: button and textfield in qml git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@1053 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- textedit.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'textedit.cpp') diff --git a/textedit.cpp b/textedit.cpp index 22473aa..ca2a904 100644 --- a/textedit.cpp +++ b/textedit.cpp @@ -68,6 +68,7 @@ void TextEdit::slotNewHelpTab(QString title, QString path) void TextEdit::slotNewQMLTab(QString title, KgpgCore::KgpgKey key) { QMLPage *page = new QMLPage(key); + // todo: should parent also be given? tabWidget->addTab(page, title); tabWidget->setCurrentIndex(tabWidget->count() - 1); } -- cgit v1.2.3