mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-02 00:04:53 -04:00
remove unused qmlwidget class
because using qquickwidget directly
This commit is contained in:
parent
ae3176fef7
commit
5e1df29066
@ -741,7 +741,6 @@ ADD_DEFINITIONS(-DWITH_QML)
|
|||||||
SET(QGIS_GUI_MOC_HDRS
|
SET(QGIS_GUI_MOC_HDRS
|
||||||
${QGIS_GUI_MOC_HDRS}
|
${QGIS_GUI_MOC_HDRS}
|
||||||
editorwidgets/qgsqmlwidgetwrapper.h
|
editorwidgets/qgsqmlwidgetwrapper.h
|
||||||
qgsqmlwidget.h
|
|
||||||
)
|
)
|
||||||
ENDIF(Qt5Qml_FOUND)
|
ENDIF(Qt5Qml_FOUND)
|
||||||
|
|
||||||
@ -856,7 +855,6 @@ IF(Qt5Qml_FOUND)
|
|||||||
SET(QGIS_GUI_SRCS
|
SET(QGIS_GUI_SRCS
|
||||||
${QGIS_GUI_SRCS}
|
${QGIS_GUI_SRCS}
|
||||||
editorwidgets/qgsqmlwidgetwrapper.cpp
|
editorwidgets/qgsqmlwidgetwrapper.cpp
|
||||||
qgsqmlwidget.cpp
|
|
||||||
)
|
)
|
||||||
ENDIF(Qt5Qml_FOUND)
|
ENDIF(Qt5Qml_FOUND)
|
||||||
|
|
||||||
|
@ -1,21 +0,0 @@
|
|||||||
/***************************************************************************
|
|
||||||
qgsqmlwidget.cpp
|
|
||||||
|
|
||||||
---------------------
|
|
||||||
begin : 25.6.2018
|
|
||||||
copyright : (C) 2018 by Matthias Kuhn
|
|
||||||
email : matthias@opengis.ch
|
|
||||||
***************************************************************************
|
|
||||||
* *
|
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
|
||||||
* it under the terms of the GNU General Public License as published by *
|
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
|
||||||
* (at your option) any later version. *
|
|
||||||
* *
|
|
||||||
***************************************************************************/
|
|
||||||
#include "qgsqmlwidget.h"
|
|
||||||
|
|
||||||
QgsQmlWidget::QgsQmlWidget()
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
@ -1,27 +0,0 @@
|
|||||||
/***************************************************************************
|
|
||||||
qgsqmlwidget.h
|
|
||||||
|
|
||||||
---------------------
|
|
||||||
begin : 25.6.2018
|
|
||||||
copyright : (C) 2018 by Matthias Kuhn
|
|
||||||
email : matthias@opengis.ch
|
|
||||||
***************************************************************************
|
|
||||||
* *
|
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
|
||||||
* it under the terms of the GNU General Public License as published by *
|
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
|
||||||
* (at your option) any later version. *
|
|
||||||
* *
|
|
||||||
***************************************************************************/
|
|
||||||
#ifndef QGSQMLWIDGET_H
|
|
||||||
#define QGSQMLWIDGET_H
|
|
||||||
|
|
||||||
#include "qgis_gui.h"
|
|
||||||
|
|
||||||
class GUI_EXPORT QgsQmlWidget
|
|
||||||
{
|
|
||||||
public:
|
|
||||||
QgsQmlWidget();
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif // QGSQMLWIDGET_H
|
|
Loading…
x
Reference in New Issue
Block a user