forked from qt-creator/qt-creator
Fix compilation on mac (gcc 4.0.1)
Change-Id: I940d1cbd0505b5bf1452c8524fb987fab4c3c783 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
This commit is contained in:
committed by
Fawzi Mohamed
parent
04679f8071
commit
fde642a932
@@ -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:
|
|||||||
};
|
};
|
||||||
|
|
||||||
class ServiceBrowserPrivate {
|
class ServiceBrowserPrivate {
|
||||||
friend class ServiceBrowser;
|
|
||||||
public:
|
public:
|
||||||
ServiceBrowser *q;
|
ServiceBrowser *q;
|
||||||
QString serviceType;
|
QString serviceType;
|
||||||
|
Reference in New Issue
Block a user