Make constructor explicit
This commit is contained in:
parent
8c69e48e2f
commit
841d2c1476
1 changed files with 1 additions and 2 deletions
|
@ -18,13 +18,12 @@ class PublicService;
|
|||
class ServiceBrowser;
|
||||
};
|
||||
|
||||
// This class overrides QTcpServer to bind QSslSocket to native socket descriptor instead of QTcpSocket
|
||||
class KDECONNECTCORE_EXPORT MdnsDiscovery : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
MdnsDiscovery(LanLinkProvider *parent);
|
||||
explicit MdnsDiscovery(LanLinkProvider *parent);
|
||||
~MdnsDiscovery();
|
||||
|
||||
void startDiscovering();
|
||||
|
|
Loading…
Reference in a new issue