update
This commit is contained in:
parent
b5230c3420
commit
7d10fb13cd
2 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
||||||
|
|
||||||
3.5.8git
|
3.5.8git
|
||||||
|
|
||||||
|
TODO improve settings management -> move settings class in client/server classes, move actual settings variables
|
||||||
|
|
||||||
TODO add new register message which contains version and, e.g., max number of clients
|
TODO add new register message which contains version and, e.g., max number of clients
|
||||||
|
|
||||||
TODO https://github.com/corrados/jamulus/issues/341#issuecomment-647172946
|
TODO https://github.com/corrados/jamulus/issues/341#issuecomment-647172946
|
||||||
|
|
|
@ -159,6 +159,7 @@ protected:
|
||||||
template<>
|
template<>
|
||||||
class CServerSlots<0> {};
|
class CServerSlots<0> {};
|
||||||
|
|
||||||
|
|
||||||
class CServer :
|
class CServer :
|
||||||
public QObject,
|
public QObject,
|
||||||
public CServerSlots<MAX_NUM_CHANNELS>
|
public CServerSlots<MAX_NUM_CHANNELS>
|
||||||
|
|
Loading…
Reference in a new issue