Skip to content

Commit 5e1df29

Browse files
committedSep 5, 2018
remove unused qmlwidget class
because using qquickwidget directly
1 parent ae3176f commit 5e1df29

File tree

3 files changed

+0
-50
lines changed

3 files changed

+0
-50
lines changed
 

‎src/gui/CMakeLists.txt‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,6 @@ ADD_DEFINITIONS(-DWITH_QML)
741741
SET(QGIS_GUI_MOC_HDRS
742742
${QGIS_GUI_MOC_HDRS}
743743
editorwidgets/qgsqmlwidgetwrapper.h
744-
qgsqmlwidget.h
745744
)
746745
ENDIF(Qt5Qml_FOUND)
747746

@@ -856,7 +855,6 @@ IF(Qt5Qml_FOUND)
856855
SET(QGIS_GUI_SRCS
857856
${QGIS_GUI_SRCS}
858857
editorwidgets/qgsqmlwidgetwrapper.cpp
859-
qgsqmlwidget.cpp
860858
)
861859
ENDIF(Qt5Qml_FOUND)
862860

‎src/gui/qgsqmlwidget.cpp‎

Lines changed: 0 additions & 21 deletions
This file was deleted.

‎src/gui/qgsqmlwidget.h‎

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.