mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 17:33:05 +00:00
remove repeatt plugin interface
Change-Id: I12e124d289a504f3dc7a4bba754f53cf66df3d5c
This commit is contained in:
parent
29d3aaf9b2
commit
2189f4a7b6
@ -44,11 +44,6 @@ public:
|
||||
virtual const QString itemTipsString(const QString &itemKey) {Q_UNUSED(itemKey); return QString();}
|
||||
virtual const QString itemCommand(const QString &itemKey) {Q_UNUSED(itemKey); return QString();}
|
||||
|
||||
// return simple string tips, call this function when tips type is Simple
|
||||
virtual const QString simpleTipsString(const QString &itemKey) {Q_UNUSED(itemKey); return QString();}
|
||||
// return complex widget tips, call this function when tips type is Complex
|
||||
virtual QWidget *complexTipsWidget(const QString &itemKey) {Q_UNUSED(itemKey); return nullptr;}
|
||||
|
||||
protected:
|
||||
Dock::DisplayMode displayMode() const
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user