Gui: replace slots with member function pointers
This commit is contained in:
@@ -351,7 +351,7 @@ void NetworkRetriever::abort()
|
||||
{
|
||||
if ( wget->state() == QProcess::Running)
|
||||
{
|
||||
QTimer::singleShot( 2000, wget, SLOT( kill() ) );
|
||||
QTimer::singleShot( 2000, wget, &QProcess::kill);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user