mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -04:00
Fix accidental class rename
This commit is contained in:
parent
665f3e4cfc
commit
016f2288c6
@ -61,7 +61,7 @@ Returns the widget's current mode.
|
|||||||
%Docstring
|
%Docstring
|
||||||
Sets the ``metadata`` to display in the widget.
|
Sets the ``metadata`` to display in the widget.
|
||||||
|
|
||||||
This method can be called after constructing a QgsAbstractMetadataBaseWidget in order
|
This method can be called after constructing a QgsMetadataWidget in order
|
||||||
to set the displayed metadata to custom, non-layer based metadata.
|
to set the displayed metadata to custom, non-layer based metadata.
|
||||||
|
|
||||||
Calling this method will automatically setMode() to the correct mode corresponding
|
Calling this method will automatically setMode() to the correct mode corresponding
|
||||||
|
@ -29,13 +29,13 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* \ingroup gui
|
* \ingroup gui
|
||||||
* \class QgsAbstractMetadataBaseWidget
|
* \class QgsMetadataWidget
|
||||||
* \brief A wizard to edit metadata on a map layer.
|
* \brief A wizard to edit metadata on a map layer.
|
||||||
*
|
*
|
||||||
* \since QGIS 3.0
|
* \since QGIS 3.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class GUI_EXPORT QgsMetadataWidget : public QWidget, private Ui::QgsAbstractMetadataBaseWidget
|
class GUI_EXPORT QgsMetadataWidget : public QWidget, private Ui::QgsMetadataWidgetBase
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
@ -78,7 +78,7 @@ class GUI_EXPORT QgsMetadataWidget : public QWidget, private Ui::QgsAbstractMeta
|
|||||||
/**
|
/**
|
||||||
* Sets the \a metadata to display in the widget.
|
* Sets the \a metadata to display in the widget.
|
||||||
*
|
*
|
||||||
* This method can be called after constructing a QgsAbstractMetadataBaseWidget in order
|
* This method can be called after constructing a QgsMetadataWidget in order
|
||||||
* to set the displayed metadata to custom, non-layer based metadata.
|
* to set the displayed metadata to custom, non-layer based metadata.
|
||||||
*
|
*
|
||||||
* Calling this method will automatically setMode() to the correct mode corresponding
|
* Calling this method will automatically setMode() to the correct mode corresponding
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<ui version="4.0">
|
<ui version="4.0">
|
||||||
<class>QgsAbstractMetadataBaseWidget</class>
|
<class>QgsMetadataWidgetBase</class>
|
||||||
<widget class="QWidget" name="QgsAbstractMetadataBaseWidget">
|
<widget class="QWidget" name="QgsMetadataWidgetBase">
|
||||||
<property name="geometry">
|
<property name="geometry">
|
||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user