diff options
author | Tobias Naetterlund <tobias.naetterlund.qnx@kdab.com> | 2013-12-23 15:36:42 +0100 |
---|---|---|
committer | Tobias Nätterlund <tobias.naetterlund@kdab.com> | 2014-01-27 06:52:23 +0100 |
commit | 3994e698cd9c59a2bbc0ab2578df9f322f54cf7f (patch) | |
tree | ab6d6455f88cc510cf5c881cbaa4df66171389a3 /src/plugins/qnx/qnx.qbs | |
parent | 717e384bb58d5522ad17402ecd12a336c389188f (diff) | |
download | qt-creator-3994e698cd9c59a2bbc0ab2578df9f322f54cf7f.tar.gz |
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.qbs')
-rw-r--r-- | src/plugins/qnx/qnx.qbs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/qnx/qnx.qbs b/src/plugins/qnx/qnx.qbs index a741da4e1f..8ee5a8414c 100644 --- a/src/plugins/qnx/qnx.qbs +++ b/src/plugins/qnx/qnx.qbs @@ -20,8 +20,6 @@ QtcPlugin { files: [ "bardescriptordocument.cpp", "bardescriptordocument.h", - "bardescriptordocumentnodehandlers.cpp", - "bardescriptordocumentnodehandlers.h", "bardescriptoreditor.cpp", "bardescriptoreditor.h", "bardescriptoreditorabstractpanelwidget.cpp", |