mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-02 15:45:21 +00:00
chore: 修复编译失败问题
DRegionMonitor从dtk的widget移动到了gui模块,但为了兼容,widget模块中还存在,要避免项目同时加载了两个模块中的DRegionMonitor类 Log: 编译问题 Influence: 编译问题 Change-Id: I8bd5d7350f6bda3d21b32685d086c79e3781b766
This commit is contained in:
parent
1c24751b8c
commit
0bfd5f5543
@ -6,10 +6,9 @@
|
||||
#define DOCKPOPUPWINDOW_H
|
||||
|
||||
#include <darrowrectangle.h>
|
||||
#include <dregionmonitor.h>
|
||||
#include <DRegionMonitor>
|
||||
#include <DWindowManagerHelper>
|
||||
|
||||
DWIDGET_USE_NAMESPACE
|
||||
DGUI_USE_NAMESPACE
|
||||
|
||||
class DockPopupWindow : public Dtk::Widget::DArrowRectangle
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
#include <DRegionMonitor>
|
||||
|
||||
DWIDGET_USE_NAMESPACE
|
||||
DGUI_USE_NAMESPACE
|
||||
|
||||
class Test_DockPopupWindow : public QObject, public ::testing::Test
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user