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;
|
||||
|
||||
namespace ZeroConf {
|
||||
|
||||
class ServiceBrowser;
|
||||
|
||||
namespace Internal {
|
||||
|
||||
class ServiceGatherer;
|
||||
@@ -267,7 +270,6 @@ private:
|
||||
};
|
||||
|
||||
class ServiceBrowserPrivate {
|
||||
friend class ServiceBrowser;
|
||||
public:
|
||||
ServiceBrowser *q;
|
||||
QString serviceType;
|
||||
|
Reference in New Issue
Block a user