Do not generate the qr code if the server is off

This commit is contained in:
Luis Ángel San Martín
2023-06-18 10:42:38 +02:00
parent 5b5c5fc76b
commit 756c514712
3 changed files with 20 additions and 2 deletions

View File

@ -17,6 +17,8 @@ public:
void start(quint16 port = 0);
void stop();
bool isRunning();
QString getPort();
signals: