Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_atom.cpp

    rc60665 rce4126  
    6969  }
    7070  World::getInstance().signOn(this, World::SelectionChanged);
    71   WorldTime::getInstance().signOn(this, WorldTime::TimeChanged);
    7271
    7372  // set the object's id
     
    8988  }
    9089  World::getInstance().signOff(this, World::SelectionChanged);
    91   WorldTime::getInstance().signOff(this, WorldTime::TimeChanged);
    9290}
    9391
     
    230228        break;
    231229    }
    232   } else {
    233     // notification from world
    234 #ifdef LOG_OBSERVER
    235     observerLog().addMessage() << "++ Update of Observer "<< observerLog().getName(static_cast<Observer *>(this))
    236           << " received notification from Worldtime for channel "
    237           << notification->getChannelNo() << ".";
    238 #endif
    239     switch (notification->getChannelNo()) {
    240       case WorldTime::TimeChanged:
    241         resetPosition();
    242         emit changed();
    243         break;
    244       default:
    245         break;
    246     }
    247230  }
    248231}
Note: See TracChangeset for help on using the changeset viewer.