Move wxQtTreeItemEditorFactory to its own header

This commit is contained in:
Graham Dawes
2019-02-06 08:57:29 +00:00
parent dee221e2a5
commit cfe36f7ae7
6 changed files with 129 additions and 100 deletions

View File

@@ -362,6 +362,12 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/qt/dvrenderers.h
$(QT_PLATFORM_HDR)
wx/qt/treectrl.h
wx/qt/private/winevent.h
wx/qt/private/converter.h
wx/qt/private/treeitemfactory.h
wx/qt/private/pointer.h
wx/qt/private/timer.h
wx/qt/private/utils.h
</set>
<set var="QT_SRC" hints="files">

View File

@@ -277,6 +277,12 @@ set(QT_HDR
wx/generic/activityindicator.h
${QT_PLATFORM_HDR}
wx/qt/treectrl.h
wx/qt/private/converter.h
wx/qt/private/winevent.h
wx/qt/private/timer.h
wx/qt/private/pointer.h
wx/qt/private/treeitemfactory.h
wx/qt/private/utils.h
)
set(QT_SRC

View File

@@ -298,7 +298,15 @@ QT_HDR =
wx/qt/tooltip.h
wx/qt/toplevel.h
wx/qt/treectrl.h
wx/qt/window.h
wx/qt/window.h
wx/qt/private/converter.h
wx/qt/private/winevent.h
wx/qt/private/winevent.h
wx/qt/private/converter.h
wx/qt/private/pointer.h
wx/qt/private/timer.h
wx/qt/private/treeitemfactory.h
wx/qt/private/utils.h
QT_SRC=
$(QT_PLATFORM_SRC)