Skip to content

Commit

Permalink
fix: DGuiApplicationHelper not found
Browse files Browse the repository at this point in the history
DGuiApplicationHelper has been moved into DGui, so using Dtk::Gui instead of Dtk::Widget

log: as title
  • Loading branch information
tsic404 authored and deepin-bot[bot] committed Jun 20, 2023
1 parent ec4637a commit 32f8fe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/pluginmanager/quicksettingcontainer.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class QGridLayout;
class DisplaySettingWidget;
struct QuickDragInfo;

DWIDGET_USE_NAMESPACE
DGUI_USE_NAMESPACE

class QuickSettingContainer : public QWidget
{
Expand Down
1 change: 1 addition & 0 deletions plugins/sound/sounddeviceswidget.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
namespace Dtk { namespace Widget { class DListView; } }

using namespace Dtk::Widget;
using namespace Dtk::Gui;
namespace Dock {
class TipsWidget;
}
Expand Down

0 comments on commit 32f8fe0

Please sign in to comment.