mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-09 00:35:20 -05:00
Fix failing doc test, some header cleanups
This commit is contained in:
parent
d37518d301
commit
bce15e8eb4
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user