Skip to content

Commit bce15e8

Browse files
committedJul 6, 2016
Fix failing doc test, some header cleanups
1 parent d37518d commit bce15e8

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed
 

‎src/gui/qgsmaplayerconfigwidget.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/***************************************************************************
2-
qgsmapstylepanel.cpp
3-
---------------------
2+
qgsmaplayerconfigwidget.cpp
3+
---------------------------
44
begin : June 2016
55
copyright : (C) 2016 by Nathan Woodrow
66
email : woodrow dot nathan at gmail dot com

‎src/gui/qgsmaplayerconfigwidget.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/***************************************************************************
22
qgsmaplayerconfigwidget.h
3-
---------------------
3+
-------------------------
44
begin : June 2016
55
copyright : (C) 2016 by Nathan Woodrow
66
email : woodrow dot nathan at gmail dot com
@@ -12,8 +12,8 @@
1212
* (at your option) any later version. *
1313
* *
1414
***************************************************************************/
15-
#ifndef QGSMAPSTYLEPANEL_H
16-
#define QGSMAPSTYLEPANEL_H
15+
#ifndef QGSMAPLAYERCONFIGWIDGET_H
16+
#define QGSMAPLAYERCONFIGWIDGET_H
1717

1818
#include <QWidget>
1919
#include <QIcon>
@@ -55,4 +55,4 @@ class GUI_EXPORT QgsMapLayerConfigWidget : public QgsPanelWidget
5555
QgsMapCanvas* mMapCanvas;
5656
};
5757

58-
#endif // QGSMAPSTYLEPANEL_H
58+
#endif // QGSMAPLAYERCONFIGWIDGET_H

‎src/gui/qgsmaplayerconfigwidgetfactory.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/***************************************************************************
2-
qgsmaplayerconfigwidgetfactory.cpp
3-
--------------------------------------
2+
qgsmaplayerconfigwidgetfactoryfactory.cpp
3+
----------------------------------------
44
Date : 9.7.2013
55
Copyright : (C) 2013 Matthias Kuhn
66
Email : matthias dot kuhn at gmx dot ch

‎src/gui/qgsmaplayerconfigwidgetfactory.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/***************************************************************************
2-
qgslayeroptionsfactory.h
2+
qgsmaplayerconfigwidgetfactoryfactory.h
33
--------------------------------------
44
Date : 9.7.2013
55
Copyright : (C) 2013 Matthias Kuhn
@@ -13,15 +13,15 @@
1313
* *
1414
***************************************************************************/
1515

16-
#ifndef QGSLAYERPROPERTIESFACTORY_H
17-
#define QGSLAYERPROPERTIESFACTORY_H
16+
#ifndef QGSMAPLAYERCONFIGWIDGETFACTORY_H
17+
#define QGSMAPLAYERCONFIGWIDGETFACTORY_H
1818

1919
#include <QListWidgetItem>
2020

2121
#include "qgsmaplayerconfigwidget.h"
2222

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

68-
#endif // QGSLAYERPROPERTIESFACTORY_H
68+
#endif // QGSMAPLAYERCONFIGWIDGETFACTORY_H

0 commit comments

Comments
 (0)
Please sign in to comment.