mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-26 00:02:08 -05: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
|
||||
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.
|
||||
|
||||
Calling this method will automatically setMode() to the correct mode corresponding
|
||||
|
@ -29,13 +29,13 @@
|
||||
|
||||
/**
|
||||
* \ingroup gui
|
||||
* \class QgsAbstractMetadataBaseWidget
|
||||
* \class QgsMetadataWidget
|
||||
* \brief A wizard to edit metadata on a map layer.
|
||||
*
|
||||
* \since QGIS 3.0
|
||||
*/
|
||||
|
||||
class GUI_EXPORT QgsMetadataWidget : public QWidget, private Ui::QgsAbstractMetadataBaseWidget
|
||||
class GUI_EXPORT QgsMetadataWidget : public QWidget, private Ui::QgsMetadataWidgetBase
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
@ -78,7 +78,7 @@ class GUI_EXPORT QgsMetadataWidget : public QWidget, private Ui::QgsAbstractMeta
|
||||
/**
|
||||
* 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.
|
||||
*
|
||||
* Calling this method will automatically setMode() to the correct mode corresponding
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ui version="4.0">
|
||||
<class>QgsAbstractMetadataBaseWidget</class>
|
||||
<widget class="QWidget" name="QgsAbstractMetadataBaseWidget">
|
||||
<class>QgsMetadataWidgetBase</class>
|
||||
<widget class="QWidget" name="QgsMetadataWidgetBase">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
|
Loading…
x
Reference in New Issue
Block a user