spaces to tabs

This commit is contained in:
Matthias Kollmann
2017-10-19 20:51:49 +02:00
parent 7f06953b6d
commit 2d21502972
10 changed files with 187 additions and 189 deletions

View File

@@ -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 : bonjour_p.h
Created : 22 July 2015
Author(s) : Jonathan Bagg
Project name : QtZeroConf
File name : bonjour_p.h
Created : 22 July 2015
Author(s) : Jonathan Bagg
---------------------------------------------------------------------------------------------------
Part of wrapper for Apple's Bonjour library for use on Windows, MACs and iOS. Needed for slots.
Part of wrapper for Apple's Bonjour library for use on Windows, MACs and iOS. Needed for slots.
---------------------------------------------------------------------------------------------------
**************************************************************************************************/
#ifndef QZEROCONFPRIVATE_H_
@@ -64,8 +64,8 @@ public:
DNSServiceRef dnssRef, browser, resolver;
DNSServiceProtocol protocol;
QSocketNotifier *bs, *browserSocket, *resolverSocket, *addressSocket;
QZeroConfService newService;
QList<QZeroConfService> work;
QZeroConfService newService;
QList<QZeroConfService> work;
QByteArray txt;
public slots: