mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 09:23:03 +00:00
Fix a typo: DONT -> DON'T
Change-Id: I13999f6944aeb6a849b099f8b1d865fa016c60fb
This commit is contained in:
parent
ac6232d0a6
commit
bb78359063
Notes:
Deepin Code Review
2017-04-07 17:09:50 +08:00
Code-Review+2: 石博文 <sbw@sbw.so> Verified+1: Anonymous Coward #1000004 Submitted-by: 石博文 <sbw@sbw.so> Submitted-at: Fri, 07 Apr 2017 17:09:50 +0800 Reviewed-on: https://cr.deepin.io/22134 Project: dde/dde-dock Branch: refs/heads/master
@ -16,7 +16,7 @@ class PluginsItemInterface
|
||||
public:
|
||||
///
|
||||
/// \brief ~PluginsItemInterface
|
||||
/// DONT try to delete m_proxyInter.
|
||||
/// DON'T try to delete m_proxyInter.
|
||||
///
|
||||
virtual ~PluginsItemInterface() {}
|
||||
|
||||
@ -31,7 +31,7 @@ public:
|
||||
/// init your plugins, you need to save proxyInter to m_proxyInter
|
||||
/// member variable. but you shouldn't free this pointer.
|
||||
/// \param proxyInter
|
||||
/// DONT try to delete this pointer.
|
||||
/// DON'T try to delete this pointer.
|
||||
///
|
||||
virtual void init(PluginProxyInterface *proxyInter) = 0;
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user