mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 17:33:05 +00:00
refactor: fix a typo
Change-Id: I28cfaacb4f5c9cf91ee2f8995bf544152c20c029
This commit is contained in:
parent
d93bfc2217
commit
31bac3caf7
Notes:
gerrit
2018-08-20 09:40:33 +08:00
Verified+1: <jenkins@deepin.com> Code-Review+2: 张丁元 <lxz@ilxz.me> Submitted-by: 张丁元 <lxz@ilxz.me> Submitted-at: Mon, 20 Aug 2018 09:40:33 +0800 Reviewed-on: https://cr.deepin.io/37838 Project: dde/dde-dock Branch: refs/heads/master
@ -219,7 +219,7 @@ void DockItem::onContextMenuAccepted()
|
||||
|
||||
void DockItem::showHoverTips()
|
||||
{
|
||||
// another model popup window is alread exists
|
||||
// another model popup window already exists
|
||||
if (PopupWindow->model())
|
||||
return;
|
||||
|
||||
@ -279,7 +279,7 @@ void DockItem::popupWindowAccept()
|
||||
|
||||
void DockItem::showPopupApplet(QWidget * const applet)
|
||||
{
|
||||
// another model popup window is alread exists
|
||||
// another model popup window already exists
|
||||
if (PopupWindow->model())
|
||||
return;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user