[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Tue Jan 13 07:47:02 CET 2004


CVS commit by staikos: 

CVS committed this to the wrong branch!!


  M +0 -6      kstobject.cpp   1.9


--- kdeextragear-2/kst/kst/kstobject.cpp  #1.8:1.9
@@ -26,5 +26,4 @@ KstObject::~KstObject() {
 
 int KstObject::operator==(const QString& tag) const {
-  Synchronized();
   return (tag == _tag) ? 1 : 0;
 }
@@ -32,5 +31,4 @@ int KstObject::operator==(const QString&
 // Returns true if update has already been done
 bool KstObject::checkUpdateCounter(int update_counter) {
-  Synchronized();
   if (update_counter == _lastUpdateCounter) {
     return true;
@@ -47,20 +45,16 @@ void KstObject::virtual_hook(int id, voi
 
 const QString& KstObject::tagName() const {
-  Synchronized();
   return _tag;
 }
 
 void KstObject::setTagName(const QString& newTag) {
-  Synchronized();
   _tag = newTag;
 }
 
 QString KstObject::tagLabel() const {
-  Synchronized();
   return QString("[%1]").arg(_tag);
 }
 
 int KstObject::getUsage() const {
-  Synchronized();
   return _KShared_count() - 1;
 }





More information about the Kst mailing list