mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 02:45:33 +08:00
Ref T314 Style: correct parameter name.
This commit is contained in:
committed by
Klaus Basan
parent
f42d42487d
commit
62634e1e0e
@@ -36,7 +36,7 @@ namespace BlackCore
|
||||
static const BlackMisc::CLogCategoryList &getLogCategories();
|
||||
|
||||
//! Ctor
|
||||
explicit CNetworkWatchdog(bool networkAccessible, QObject *parent);
|
||||
explicit CNetworkWatchdog(bool networkAccessible, QObject *owner);
|
||||
|
||||
//! Network status changed, use this function to inform the watchdog
|
||||
//! \threadsafe
|
||||
|
||||
Reference in New Issue
Block a user