make copy constructor of Handle class private
This commit is contained in:
@@ -171,6 +171,9 @@ public:
|
||||
int getRefCount(void) const;
|
||||
const Handled& operator = (const Handled&);
|
||||
|
||||
private:
|
||||
Handled(const Handled&);
|
||||
|
||||
private:
|
||||
QAtomicInt* _lRefCount;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user