mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 10:52:49 +00:00
kioslave: disable copying of KHTTPHeader
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
a0068c5d85
commit
9d0e55c1f6
1 changed files with 1 additions and 0 deletions
|
@ -125,6 +125,7 @@ public:
|
|||
QByteArray toGet(const HTTPVersion version = HTTP_1_0) const;
|
||||
|
||||
private:
|
||||
Q_DISABLE_COPY(KHTTPHeader);
|
||||
KHTTPHeaderPrivate *d;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue