mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Move network interface filtering to separate file
This commit is contained in:
4
YACReaderLibrary/ip_config_helper.h
Normal file
4
YACReaderLibrary/ip_config_helper.h
Normal file
@ -0,0 +1,4 @@
|
||||
#ifndef YR_IP_CONFIG_HELPER
|
||||
#define YR_IP_CONFIG_HELPER
|
||||
QList<QString> getIpAddresses();
|
||||
#endif
|
Reference in New Issue
Block a user