From ea81b7326dc33c853af8ccb3a74af15485099dde Mon Sep 17 00:00:00 2001 From: "justforlxz.com" Date: Mon, 1 Jul 2019 13:21:05 +0800 Subject: [PATCH] fix(overlay): head define conflict --- plugins/overlay-warning/overlay-warning-plugin.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/overlay-warning/overlay-warning-plugin.h b/plugins/overlay-warning/overlay-warning-plugin.h index c23b44a43..79be59404 100644 --- a/plugins/overlay-warning/overlay-warning-plugin.h +++ b/plugins/overlay-warning/overlay-warning-plugin.h @@ -20,8 +20,8 @@ * along with this program. If not, see . */ -#ifndef SHUTDOWNPLUGIN_H -#define SHUTDOWNPLUGIN_H +#ifndef OVERLAY_WARNING_PLUGIN_H +#define OVERLAY_WARNING_PLUGIN_H #include "pluginsiteminterface.h" #include "pluginwidget.h" @@ -75,4 +75,4 @@ private: QTimer *m_showDisableOverlayDialogTimer; }; -#endif // SHUTDOWNPLUGIN_H +#endif // OVERLAY_WARNING_PLUGIN_H