mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
fix case
This commit is contained in:
parent
3e197ae74a
commit
669ac1b5c2
@ -1,7 +1,7 @@
|
||||
/***************************************************************************
|
||||
qgscolorbuttonplugin.h
|
||||
--------------------------------------
|
||||
Date : 18.08.2014
|
||||
Date : 25.04.2014
|
||||
Copyright : (C) 2014 Denis Rouzaud
|
||||
Email : denis.rouzaud@gmail.com
|
||||
***************************************************************************
|
||||
@ -13,8 +13,8 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef QgsColorButtonPLUGIN_H
|
||||
#define QgsColorButtonPLUGIN_H
|
||||
#ifndef QGSCOLORBUTTONPLUGIN_H
|
||||
#define QGSCOLORBUTTONPLUGIN_H
|
||||
|
||||
|
||||
#include <QtGlobal>
|
||||
@ -52,4 +52,4 @@ class CUSTOMWIDGETS_EXPORT QgsColorButtonPlugin : public QObject, public QDesign
|
||||
QString whatsThis() const override;
|
||||
QString domXml() const override;
|
||||
};
|
||||
#endif // QgsColorButtonPLUGIN_H
|
||||
#endif // QGSCOLORBUTTONPLUGIN_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user