add contextual actions

fix icons
This commit is contained in:
arcan1s
2014-09-02 03:56:34 +04:00
parent 54174974b1
commit a5c352bc06
4 changed files with 90 additions and 2 deletions

View File

@ -65,6 +65,14 @@ void AwesomeWidget::reinit()
}
void AwesomeWidget::updateNetworkDevice()
{
if (debug) qDebug() << PDEBUG;
values[QString("netdev")] = getNetworkDevice();
}
void AwesomeWidget::updateText(bool clear)
{
if (debug) qDebug() << PDEBUG;