Fix header guard warning
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#ifndef QT_ICONINDICATORS_HPP
|
#ifndef QT_ICONINDICATORS_HPP
|
||||||
# define QT_INDICATORS_HPP
|
# define QT_ICONINDICATORS_HPP
|
||||||
|
|
||||||
#include <QPixmap>
|
#include <QPixmap>
|
||||||
#include <QIcon>
|
#include <QIcon>
|
||||||
@@ -14,4 +14,4 @@ enum IconIndicator {
|
|||||||
|
|
||||||
QPixmap getIconWithIndicator(const QIcon &icon, const QSize &size, QIcon::Mode iconMode, IconIndicator indicator);
|
QPixmap getIconWithIndicator(const QIcon &icon, const QSize &size, QIcon::Mode iconMode, IconIndicator indicator);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user