mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 09:23:03 +00:00
remove useless debug output
Change-Id: I365d73101e1662a9de1b55e786642c9ab74d9e63
This commit is contained in:
parent
3204274fff
commit
73a419b3e2
@ -194,8 +194,6 @@ void DockSettings::menuActionClicked(DAction *action)
|
||||
{
|
||||
Q_ASSERT(action);
|
||||
|
||||
qDebug() << "settings triggered: " << action->text();
|
||||
|
||||
if (action == &m_fashionModeAct)
|
||||
return m_dockInter->setDisplayMode(Fashion);
|
||||
if (action == &m_efficientModeAct)
|
||||
|
@ -9,7 +9,7 @@ WiredItem::WiredItem(QWidget *parent)
|
||||
|
||||
m_networkManager(NetworkManager::instance(this))
|
||||
{
|
||||
|
||||
connect(m_networkManager, &NetworkManager::networkStateChanged, this, &WiredItem::reloadIcon);
|
||||
}
|
||||
|
||||
void WiredItem::paintEvent(QPaintEvent *e)
|
||||
|
Loading…
x
Reference in New Issue
Block a user