Compare commits
4 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
9ca21017e3 | |
|
|
6ca604cdc3 | |
|
|
05bad4e309 | |
|
|
a1226a6937 |
|
|
@ -1,3 +1,20 @@
|
||||||
|
nymea-remoteproxy (1.14.2) noble; urgency=medium
|
||||||
|
|
||||||
|
|
||||||
|
-- jenkins <developer@nymea.io> Thu, 19 Feb 2026 12:13:00 +0100
|
||||||
|
|
||||||
|
nymea-remoteproxy (1.14.1) noble; urgency=medium
|
||||||
|
|
||||||
|
|
||||||
|
-- jenkins <developer@nymea.io> Thu, 29 Jan 2026 21:28:45 +0100
|
||||||
|
|
||||||
|
nymea-remoteproxy (1.14.0) noble; urgency=medium
|
||||||
|
|
||||||
|
[ Simon Stürz ]
|
||||||
|
* UnixSocketServer: Fix missing include in the
|
||||||
|
|
||||||
|
-- jenkins <developer@nymea.io> Thu, 15 Jan 2026 15:28:42 +0100
|
||||||
|
|
||||||
nymea-remoteproxy (1.13.0) jammy; urgency=medium
|
nymea-remoteproxy (1.13.0) jammy; urgency=medium
|
||||||
|
|
||||||
[ Simon Stürz ]
|
[ Simon Stürz ]
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,7 @@
|
||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QUuid>
|
#include <QUuid>
|
||||||
|
#include <QHash>
|
||||||
#include <QLocalServer>
|
#include <QLocalServer>
|
||||||
#include <QLocalSocket>
|
#include <QLocalSocket>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue