remove useless debug output

Change-Id: I365d73101e1662a9de1b55e786642c9ab74d9e63
This commit is contained in:
石博文 2016-07-22 09:14:35 +08:00 committed by Hualet Wang
parent 3204274fff
commit 73a419b3e2
2 changed files with 1 additions and 3 deletions

View File

@ -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)

View File

@ -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)