aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qnx/qnx.pro
diff options
context:
space:
mode:
authorTobias Naetterlund <tobias.naetterlund.qnx@kdab.com>2013-12-23 15:36:42 +0100
committerTobias Nätterlund <tobias.naetterlund@kdab.com>2014-01-27 06:52:23 +0100
commit3994e698cd9c59a2bbc0ab2578df9f322f54cf7f (patch)
treeab6d6455f88cc510cf5c881cbaa4df66171389a3 /src/plugins/qnx/qnx.pro
parent717e384bb58d5522ad17402ecd12a336c389188f (diff)
BlackBerry: Refactored BarDescriptorDocument
The BarDescriptorDocument now operates directly on the underlying QDomDocument, and is much better at keeping the tags on their original lines. Any new values are appended to the end of the document. A generic API is provided for changing the values inside the document, BarDescriptorDocument::setValue(..). BarDescriptorDocument no longer depends on the BarDescriptorEditorWidget, which should make it easier to implement splitting of the editor. Task-number: QTCREATORBUG-11012 Change-Id: Icfd681e3af016ea819b99b8cad2cede46600e910 Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com> Reviewed-by: Mehdi Fekari <mfekari@blackberry.com> Reviewed-by: Rafael Roquetto <rafael.roquetto@kdab.com>
Diffstat (limited to 'src/plugins/qnx/qnx.pro')
-rw-r--r--src/plugins/qnx/qnx.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/qnx/qnx.pro b/src/plugins/qnx/qnx.pro
index cfe15336c9..2d8d14afc9 100644
--- a/src/plugins/qnx/qnx.pro
+++ b/src/plugins/qnx/qnx.pro
@@ -57,7 +57,6 @@ SOURCES += qnxplugin.cpp \
bardescriptoreditor.cpp \
bardescriptoreditorwidget.cpp \
bardescriptordocument.cpp \
- bardescriptordocumentnodehandlers.cpp \
bardescriptorpermissionsmodel.cpp \
blackberrykeyswidget.cpp \
blackberrykeyspage.cpp \
@@ -156,7 +155,6 @@ HEADERS += qnxplugin.h\
bardescriptoreditor.h \
bardescriptoreditorwidget.h \
bardescriptordocument.h \
- bardescriptordocumentnodehandlers.h \
bardescriptorpermissionsmodel.h \
blackberrykeyswidget.h \
blackberrykeyspage.h \