Loading...
Searching...
No Matches
ListNetworkAddresses.hpp
1#pragma once
2#include <QStringList>
3
4#include <score_lib_base_export.h>
5
6namespace score
7{
8SCORE_LIB_BASE_EXPORT
9QStringList list_ipv4_for_connecting() noexcept;
10SCORE_LIB_BASE_EXPORT
11QStringList list_ipv4_for_listening() noexcept;
12}
Base toolkit upon which the software is built.
Definition Application.cpp:97