Fix accidental class rename

This commit is contained in:
Nyall Dawson 2018-03-20 08:21:55 +10:00
parent 665f3e4cfc
commit 016f2288c6
3 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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>