refactor: Remove CUrlList

Nowadays most of the loadbalancing is done on the server-side and hence
there is only a single datafile URL (and other URLs) inside the
boostrap.json.
The features of the CUrlList are hence not really used. This is also a
step into removing CUrl and using QUrl instead, to avoid maintaining a
separate URL class.
This commit is contained in:
Lars Toenning
2024-02-09 16:32:45 +01:00
parent 0d62facea7
commit 14c045e7b4
26 changed files with 153 additions and 584 deletions

View File

@@ -87,8 +87,6 @@
{ include: [ "\"fileutils.h\"", "private", "\"blackmisc/fileutils.h\"", "public" ] },
{ include: [ "\"network/serverlist.h\"", "private", "\"blackmisc/network/serverlist.h\"", "public" ] },
{ include: [ "\"serverlist.h\"", "private", "\"blackmisc/network/serverlist.h\"", "public" ] },
{ include: [ "\"network/urllist.h\"", "private", "\"blackmisc/network/urllist.h\"", "public" ] },
{ include: [ "\"urllist.h\"", "private", "\"blackmisc/network/urllist.h\"", "public" ] },
{ include: [ "\"network/server.h\"", "private", "\"blackmisc/network/server.h\"", "public" ] },
{ include: [ "\"server.h\"", "private", "\"blackmisc/network/server.h\"", "public" ] },
{ include: [ "\"network/user.h\"", "private", "\"blackmisc/network/user.h\"", "public" ] },