diff options
Diffstat (limited to 'client/netcom.h')
-rw-r--r-- | client/netcom.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/netcom.h b/client/netcom.h index 18d6dbe..33a57f4 100644 --- a/client/netcom.h +++ b/client/netcom.h @@ -56,4 +56,8 @@ private: QString cpr; }; +namespace Global { + extern NetCom *netcom; +}; + #endif/*__PRACRO_NETCOM_H__*/ |