mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-04-24 15:37:23 +00:00
close process in destructor
This commit is contained in:
parent
e0df575aa9
commit
0f19bce80d
@ -42,6 +42,9 @@ NetworkSource::NetworkSource(QObject *_parent, const QStringList &_args)
|
|||||||
NetworkSource::~NetworkSource()
|
NetworkSource::~NetworkSource()
|
||||||
{
|
{
|
||||||
qCDebug(LOG_ESS) << __PRETTY_FUNCTION__;
|
qCDebug(LOG_ESS) << __PRETTY_FUNCTION__;
|
||||||
|
|
||||||
|
m_process->kill();
|
||||||
|
m_process->deleteLater();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user