Ref T314 Style: correct parameter name.

This commit is contained in:
Mat Sutcliffe
2018-09-30 13:22:36 +01:00
committed by Klaus Basan
parent f42d42487d
commit 62634e1e0e
2 changed files with 3 additions and 3 deletions

View File

@@ -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