mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-02 15:45:21 +00:00
fix: DGuiApplicationHelper not found
DGuiApplicationHelper has been moved into DGui, so using Dtk::Gui instead of Dtk::Widget log: as title
This commit is contained in:
parent
ec4637a430
commit
32f8fe02bf
@ -29,7 +29,7 @@ class QGridLayout;
|
||||
class DisplaySettingWidget;
|
||||
struct QuickDragInfo;
|
||||
|
||||
DWIDGET_USE_NAMESPACE
|
||||
DGUI_USE_NAMESPACE
|
||||
|
||||
class QuickSettingContainer : public QWidget
|
||||
{
|
||||
|
@ -17,6 +17,7 @@
|
||||
namespace Dtk { namespace Widget { class DListView; } }
|
||||
|
||||
using namespace Dtk::Widget;
|
||||
using namespace Dtk::Gui;
|
||||
namespace Dock {
|
||||
class TipsWidget;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user