Random port on install

This commit is contained in:
pokamest 2023-10-20 02:25:40 +01:00
parent 338499247d
commit 2da1025f26
4 changed files with 44 additions and 25 deletions

View file

@ -228,6 +228,8 @@ namespace amnezia
Q_INVOKABLE static ServiceType protocolService(Proto p);
Q_INVOKABLE static int getPortForInstall(Proto p);
Q_INVOKABLE static int defaultPort(Proto p);
Q_INVOKABLE static bool defaultPortChangeable(Proto p);