Skip to content
Snippets Groups Projects
Commit fde642a9 authored by Jarek Kobus's avatar Jarek Kobus Committed by Fawzi Mohamed
Browse files

Fix compilation on mac (gcc 4.0.1)


Change-Id: I940d1cbd0505b5bf1452c8524fb987fab4c3c783
Reviewed-by: default avatarFawzi Mohamed <fawzi.mohamed@nokia.com>
parent 04679f80
No related branches found
No related tags found
No related merge requests found
...@@ -49,6 +49,9 @@ ...@@ -49,6 +49,9 @@
class QHostInfo; class QHostInfo;
namespace ZeroConf { namespace ZeroConf {
class ServiceBrowser;
namespace Internal { namespace Internal {
class ServiceGatherer; class ServiceGatherer;
...@@ -267,7 +270,6 @@ private: ...@@ -267,7 +270,6 @@ private:
}; };
class ServiceBrowserPrivate { class ServiceBrowserPrivate {
friend class ServiceBrowser;
public: public:
ServiceBrowser *q; ServiceBrowser *q;
QString serviceType; QString serviceType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment