From 2204a616e5c649755540b01b6d85784551f785b7 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 2 Aug 2018 14:53:27 +0200 Subject: Remove ugly comment separator lines above functions --- src/client/net/serverdiscovery.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/client/net/serverdiscovery.cpp') diff --git a/src/client/net/serverdiscovery.cpp b/src/client/net/serverdiscovery.cpp index 1b29398..b2d7605 100644 --- a/src/client/net/serverdiscovery.cpp +++ b/src/client/net/serverdiscovery.cpp @@ -7,7 +7,7 @@ #include -/***************************************************************************//** +/** * Ctor */ ServerDiscovery::ServerDiscovery(QObject *parent) @@ -37,14 +37,14 @@ ServerDiscovery::ServerDiscovery(QObject *parent) connect(&_discoveryTimer, SIGNAL(timeout()), this, SLOT(doDiscovery())); } -/***************************************************************************//** +/** * Dtor */ ServerDiscovery::~ServerDiscovery() { } -/***************************************************************************//** +/** * @brief start */ void ServerDiscovery::start(const QByteArray& sessionName, QString mgrIP) @@ -71,7 +71,7 @@ void ServerDiscovery::start(const QByteArray& sessionName, QString mgrIP) _discoveryTimer.start(); } -/***************************************************************************//** +/** * @brief stop */ void ServerDiscovery::stop() @@ -134,7 +134,7 @@ void ServerDiscovery::doDiscovery() } -/***************************************************************************//** +/** * Handle incoming service discovery packets. */ void ServerDiscovery::onUdpReadyRead() -- cgit v1.2.3-55-g7522