Automated update from Qt3

pull/1/head r14.0.0
Timothy Pearson 10 years ago
parent 3aba060d81
commit fbf8ee2262

@ -644,8 +644,12 @@ public:
#endif #endif
~TQMap() ~TQMap()
{ {
if ( sh->deref() ) if ( sh ) {
delete sh; if ( sh->deref() ) {
delete sh;
sh = 0L;
}
}
} }
TQMap<Key,T>& operator= ( const TQMap<Key,T>& m ); TQMap<Key,T>& operator= ( const TQMap<Key,T>& m );
#ifndef QT_NO_STL #ifndef QT_NO_STL

Loading…
Cancel
Save