Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove unused qmlwidget class
because using qquickwidget directly
  • Loading branch information
signedav committed Sep 5, 2018
1 parent ae3176f commit 5e1df29
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 50 deletions.
2 changes: 0 additions & 2 deletions src/gui/CMakeLists.txt
Expand Up @@ -741,7 +741,6 @@ ADD_DEFINITIONS(-DWITH_QML)
SET(QGIS_GUI_MOC_HDRS
${QGIS_GUI_MOC_HDRS}
editorwidgets/qgsqmlwidgetwrapper.h
qgsqmlwidget.h
)
ENDIF(Qt5Qml_FOUND)

Expand Down Expand Up @@ -856,7 +855,6 @@ IF(Qt5Qml_FOUND)
SET(QGIS_GUI_SRCS
${QGIS_GUI_SRCS}
editorwidgets/qgsqmlwidgetwrapper.cpp
qgsqmlwidget.cpp
)
ENDIF(Qt5Qml_FOUND)

Expand Down
21 changes: 0 additions & 21 deletions src/gui/qgsqmlwidget.cpp

This file was deleted.

27 changes: 0 additions & 27 deletions src/gui/qgsqmlwidget.h

This file was deleted.

0 comments on commit 5e1df29

Please sign in to comment.