mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
make QHostAddress d pointer actually private
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
ade0644f21
commit
0e5abcb052
1 changed files with 2 additions and 1 deletions
|
@ -113,7 +113,8 @@ public:
|
|||
|
||||
static QPair<QHostAddress, int> parseSubnet(const QString &subnet);
|
||||
|
||||
protected:
|
||||
private:
|
||||
friend class QNetmaskAddress;
|
||||
QScopedPointer<QHostAddressPrivate> d;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue