mirror of
https://github.com/YACReader/yacreader
synced 2025-11-12 13:02:51 -05:00
Do not generate the qr code if the server is off
This commit is contained in:
@ -17,6 +17,8 @@ public:
|
||||
void start(quint16 port = 0);
|
||||
void stop();
|
||||
|
||||
bool isRunning();
|
||||
|
||||
QString getPort();
|
||||
|
||||
signals:
|
||||
|
||||
Reference in New Issue
Block a user