Fix failing doc test, some header cleanups

This commit is contained in:
Nyall Dawson 2016-07-07 07:26:23 +10:00
parent d37518d301
commit bce15e8eb4
4 changed files with 13 additions and 13 deletions

View File

@ -1,6 +1,6 @@
/***************************************************************************
qgsmapstylepanel.cpp
---------------------
qgsmaplayerconfigwidget.cpp
---------------------------
begin : June 2016
copyright : (C) 2016 by Nathan Woodrow
email : woodrow dot nathan at gmail dot com

View File

@ -1,6 +1,6 @@
/***************************************************************************
qgsmaplayerconfigwidget.h
---------------------
-------------------------
begin : June 2016
copyright : (C) 2016 by Nathan Woodrow
email : woodrow dot nathan at gmail dot com
@ -12,8 +12,8 @@
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef QGSMAPSTYLEPANEL_H
#define QGSMAPSTYLEPANEL_H
#ifndef QGSMAPLAYERCONFIGWIDGET_H
#define QGSMAPLAYERCONFIGWIDGET_H
#include <QWidget>
#include <QIcon>
@ -55,4 +55,4 @@ class GUI_EXPORT QgsMapLayerConfigWidget : public QgsPanelWidget
QgsMapCanvas* mMapCanvas;
};
#endif // QGSMAPSTYLEPANEL_H
#endif // QGSMAPLAYERCONFIGWIDGET_H

View File

@ -1,6 +1,6 @@
/***************************************************************************
qgsmaplayerconfigwidgetfactory.cpp
--------------------------------------
qgsmaplayerconfigwidgetfactoryfactory.cpp
----------------------------------------
Date : 9.7.2013
Copyright : (C) 2013 Matthias Kuhn
Email : matthias dot kuhn at gmx dot ch

View File

@ -1,5 +1,5 @@
/***************************************************************************
qgslayeroptionsfactory.h
qgsmaplayerconfigwidgetfactoryfactory.h
--------------------------------------
Date : 9.7.2013
Copyright : (C) 2013 Matthias Kuhn
@ -13,15 +13,15 @@
* *
***************************************************************************/
#ifndef QGSLAYERPROPERTIESFACTORY_H
#define QGSLAYERPROPERTIESFACTORY_H
#ifndef QGSMAPLAYERCONFIGWIDGETFACTORY_H
#define QGSMAPLAYERCONFIGWIDGETFACTORY_H
#include <QListWidgetItem>
#include "qgsmaplayerconfigwidget.h"
/** \ingroup gui
* \class QgsMapLayerPropertiesFactory
* \class QgsMapLayerConfigWidgetFactory
* \note added in QGIS 2.16
* Factory class for creating custom map layer property pages
*/
@ -65,4 +65,4 @@ class GUI_EXPORT QgsMapLayerConfigWidgetFactory
virtual QgsMapLayerConfigWidget* createWidget( QgsMapLayer* layer, QgsMapCanvas *canvas, bool dockWidget = true, QWidget* parent = 0 ) const = 0;
};
#endif // QGSLAYERPROPERTIESFACTORY_H
#endif // QGSMAPLAYERCONFIGWIDGETFACTORY_H