From ba37531a849caa32ab1b0df427fd0ce93afeefd3 Mon Sep 17 00:00:00 2001 From: Anton Thomasson Date: Thu, 2 Jan 2020 21:58:50 +0100 Subject: [PATCH] Make update() a slot again --- src/ippdiscovery.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ippdiscovery.h b/src/ippdiscovery.h index ed109f1..d0d59e8 100644 --- a/src/ippdiscovery.h +++ b/src/ippdiscovery.h @@ -19,12 +19,12 @@ signals: public slots: void readPendingDatagrams(); + void update(); + protected: private: void sendQuery(quint16 qtype, QStringList addr); - void update(); - QStringList _ipp; QMap _rps; QMap _ports;