Skip to content

Commit

Permalink
fix: [codeeditor] missing namespace
Browse files Browse the repository at this point in the history
Log:
Change-Id: I67e383383af7cf9400d3dbb42d41f571b0ce762f
  • Loading branch information
deepin-mozart committed Jun 27, 2024
1 parent 27092fa commit 6f594b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/codeeditor/gui/tabbar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ void TabBarPrivate::showMenu(QPoint pos)
menu.addSeparator();
menu.addAction(tr("Open File Location"), [=]() {
auto file = tabBar->tabToolTip(curIndex);
DDesktopServices::showFileItem(file);
Dtk::Widget::DDesktopServices::showFileItem(file);
});

menu.exec(QCursor::pos());
Expand Down

0 comments on commit 6f594b9

Please sign in to comment.