fix(overlay): head define conflict

This commit is contained in:
justforlxz.com 2019-07-01 13:21:05 +08:00 committed by 流年匆忙
parent c37ea37404
commit ea81b7326d

View File

@ -20,8 +20,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef SHUTDOWNPLUGIN_H #ifndef OVERLAY_WARNING_PLUGIN_H
#define SHUTDOWNPLUGIN_H #define OVERLAY_WARNING_PLUGIN_H
#include "pluginsiteminterface.h" #include "pluginsiteminterface.h"
#include "pluginwidget.h" #include "pluginwidget.h"
@ -75,4 +75,4 @@ private:
QTimer *m_showDisableOverlayDialogTimer; QTimer *m_showDisableOverlayDialogTimer;
}; };
#endif // SHUTDOWNPLUGIN_H #endif // OVERLAY_WARNING_PLUGIN_H