revisions

This commit is contained in:
pls.153 2024-05-06 19:41:35 +02:00
parent 3898f0988e
commit 9aba49287c
6 changed files with 5 additions and 22 deletions

View file

@ -119,6 +119,8 @@ void Connection::setBackgroundMode(bool background) {
if (!backgroundMode) {
sendSavedBytes();
}
#else
Q_UNUSED(background)
#endif
}