mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
kdecore: disable copying of KMsgCtx class
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
0967b2cba6
commit
0db8655f1e
1 changed files with 3 additions and 0 deletions
|
@ -46,7 +46,10 @@ public:
|
|||
~KMsgCtx();
|
||||
|
||||
const char* const constData() const;
|
||||
|
||||
private:
|
||||
Q_DISABLE_COPY(KMsgCtx);
|
||||
|
||||
bool m_freedata;
|
||||
char* m_data;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue