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
~TQMap()
{
if ( sh->deref() )
delete sh;
if ( sh ) {
if ( sh->deref() ) {
delete sh;
sh = 0L;
}
}
}
TQMap<Key,T>& operator= ( const TQMap<Key,T>& m );
#ifndef QT_NO_STL

Loading…
Cancel
Save