Move network interface filtering to separate file

This commit is contained in:
Felix Kauselmann
2023-04-07 20:19:11 +02:00
parent 9f67bb5e53
commit c100edfcd0
4 changed files with 43 additions and 30 deletions

View File

@ -0,0 +1,4 @@
#ifndef YR_IP_CONFIG_HELPER
#define YR_IP_CONFIG_HELPER
QList<QString> getIpAddresses();
#endif