mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-27 20:49:55 +00:00
update to new process api
This commit is contained in:
@ -84,7 +84,7 @@ QVariantMap NetworkSource::initialData(const QString &_source) const
|
||||
void NetworkSource::run()
|
||||
{
|
||||
m_values["network/current/name"] = NetworkSource::getCurrentDevice();
|
||||
m_process->start("iwgetid -r");
|
||||
m_process->start("iwgetid", QStringList() << "-r");
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user