mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 17:33:05 +00:00
fix(overlay): head define conflict
This commit is contained in:
parent
c37ea37404
commit
ea81b7326d
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user