mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
kdecore: disable copying of KCompressor and KDecompressor objects
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
742f216a27
commit
9f1e69182e
2 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,7 @@ public:
|
|||
static KCompressorType typeForFile(const QString &filepath);
|
||||
|
||||
private:
|
||||
Q_DISABLE_COPY(KCompressor);
|
||||
KCompressorPrivate* d;
|
||||
};
|
||||
|
||||
|
|
|
@ -69,6 +69,7 @@ public:
|
|||
static KDecompressorType typeForFile(const QString &filepath);
|
||||
|
||||
private:
|
||||
Q_DISABLE_COPY(KDecompressor);
|
||||
KDecompressorPrivate* d;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue