forked from jbagg/QtZeroConf
spaces to tabs
This commit is contained in:
20
qzeroconf.h
20
qzeroconf.h
@@ -16,12 +16,12 @@
|
||||
You should have received a copy of the GNU Lesser General Public License
|
||||
along with QtZeroConf. If not, see <http://www.gnu.org/licenses/>.
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Project name : QtZeroConf
|
||||
File name : qzeroconf.h
|
||||
Created : 20 July 2015
|
||||
Author(s) : Jonathan Bagg
|
||||
Project name : QtZeroConf
|
||||
File name : qzeroconf.h
|
||||
Created : 20 July 2015
|
||||
Author(s) : Jonathan Bagg
|
||||
---------------------------------------------------------------------------------------------------
|
||||
QtZeroConf class definition
|
||||
QtZeroConf class definition
|
||||
---------------------------------------------------------------------------------------------------
|
||||
**************************************************************************************************/
|
||||
#ifndef QZEROCONF_H_
|
||||
@@ -60,7 +60,7 @@ public:
|
||||
serviceNameCollision = -2,
|
||||
browserFailed = -3,
|
||||
};
|
||||
QZeroConf(QObject *parent = Q_NULLPTR);
|
||||
QZeroConf(QObject *parent = Q_NULLPTR);
|
||||
~QZeroConf();
|
||||
void startServicePublish(const char *name, const char *type, const char *domain, quint16 port);
|
||||
void stopServicePublish(void);
|
||||
@@ -79,13 +79,13 @@ public:
|
||||
Q_SIGNALS:
|
||||
void servicePublished(void);
|
||||
void error(QZeroConf::error_t);
|
||||
void serviceAdded(QZeroConfService);
|
||||
void serviceUpdated(QZeroConfService);
|
||||
void serviceRemoved(QZeroConfService);
|
||||
void serviceAdded(QZeroConfService);
|
||||
void serviceUpdated(QZeroConfService);
|
||||
void serviceRemoved(QZeroConfService);
|
||||
|
||||
private:
|
||||
QZeroConfPrivate *pri;
|
||||
QMap<QString, QZeroConfService> services;
|
||||
QMap<QString, QZeroConfService> services;
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user