Skip to content

Commit

Permalink
Fix failing doc test, some header cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 6, 2016
1 parent d37518d commit bce15e8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions src/gui/qgsmaplayerconfigwidget.cpp
@@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
qgsmapstylepanel.cpp qgsmaplayerconfigwidget.cpp
--------------------- ---------------------------
begin : June 2016 begin : June 2016
copyright : (C) 2016 by Nathan Woodrow copyright : (C) 2016 by Nathan Woodrow
email : woodrow dot nathan at gmail dot com email : woodrow dot nathan at gmail dot com
Expand Down
8 changes: 4 additions & 4 deletions src/gui/qgsmaplayerconfigwidget.h
@@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
qgsmaplayerconfigwidget.h qgsmaplayerconfigwidget.h
--------------------- -------------------------
begin : June 2016 begin : June 2016
copyright : (C) 2016 by Nathan Woodrow copyright : (C) 2016 by Nathan Woodrow
email : woodrow dot nathan at gmail dot com email : woodrow dot nathan at gmail dot com
Expand All @@ -12,8 +12,8 @@
* (at your option) any later version. * * (at your option) any later version. *
* * * *
***************************************************************************/ ***************************************************************************/
#ifndef QGSMAPSTYLEPANEL_H #ifndef QGSMAPLAYERCONFIGWIDGET_H
#define QGSMAPSTYLEPANEL_H #define QGSMAPLAYERCONFIGWIDGET_H


#include <QWidget> #include <QWidget>
#include <QIcon> #include <QIcon>
Expand Down Expand Up @@ -55,4 +55,4 @@ class GUI_EXPORT QgsMapLayerConfigWidget : public QgsPanelWidget
QgsMapCanvas* mMapCanvas; QgsMapCanvas* mMapCanvas;
}; };


#endif // QGSMAPSTYLEPANEL_H #endif // QGSMAPLAYERCONFIGWIDGET_H
4 changes: 2 additions & 2 deletions src/gui/qgsmaplayerconfigwidgetfactory.cpp
@@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
qgsmaplayerconfigwidgetfactory.cpp qgsmaplayerconfigwidgetfactoryfactory.cpp
-------------------------------------- ----------------------------------------
Date : 9.7.2013 Date : 9.7.2013
Copyright : (C) 2013 Matthias Kuhn Copyright : (C) 2013 Matthias Kuhn
Email : matthias dot kuhn at gmx dot ch Email : matthias dot kuhn at gmx dot ch
Expand Down
10 changes: 5 additions & 5 deletions src/gui/qgsmaplayerconfigwidgetfactory.h
@@ -1,5 +1,5 @@
/*************************************************************************** /***************************************************************************
qgslayeroptionsfactory.h qgsmaplayerconfigwidgetfactoryfactory.h
-------------------------------------- --------------------------------------
Date : 9.7.2013 Date : 9.7.2013
Copyright : (C) 2013 Matthias Kuhn Copyright : (C) 2013 Matthias Kuhn
Expand All @@ -13,15 +13,15 @@
* * * *
***************************************************************************/ ***************************************************************************/


#ifndef QGSLAYERPROPERTIESFACTORY_H #ifndef QGSMAPLAYERCONFIGWIDGETFACTORY_H
#define QGSLAYERPROPERTIESFACTORY_H #define QGSMAPLAYERCONFIGWIDGETFACTORY_H


#include <QListWidgetItem> #include <QListWidgetItem>


#include "qgsmaplayerconfigwidget.h" #include "qgsmaplayerconfigwidget.h"


/** \ingroup gui /** \ingroup gui
* \class QgsMapLayerPropertiesFactory * \class QgsMapLayerConfigWidgetFactory
* \note added in QGIS 2.16 * \note added in QGIS 2.16
* Factory class for creating custom map layer property pages * Factory class for creating custom map layer property pages
*/ */
Expand Down Expand Up @@ -65,4 +65,4 @@ class GUI_EXPORT QgsMapLayerConfigWidgetFactory
virtual QgsMapLayerConfigWidget* createWidget( QgsMapLayer* layer, QgsMapCanvas *canvas, bool dockWidget = true, QWidget* parent = 0 ) const = 0; virtual QgsMapLayerConfigWidget* createWidget( QgsMapLayer* layer, QgsMapCanvas *canvas, bool dockWidget = true, QWidget* parent = 0 ) const = 0;
}; };


#endif // QGSLAYERPROPERTIESFACTORY_H #endif // QGSMAPLAYERCONFIGWIDGETFACTORY_H

0 comments on commit bce15e8

Please sign in to comment.