Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/Views/Qt4/QtInfoBox.hpp

    r2b596f r52575c  
    3636
    3737  void showAtom(const atom *_atom);
    38   void showMolecule(const molecule *_mol);
    3938
    4039public slots:
    41   void atomHover(const atom &_atom);
    42   void moleculeHover(const molecule &_mol);
     40  void atomHover(const atom *_atom);
    4341  void timerTimeout();
    4442
     
    4846  const atom *curAtom;
    4947  const atom *nextAtom;
    50   const molecule *curMolecule;
    51   const molecule *nextMolecule;
    5248  QtMoleculeInfoPage *page_mol;
    5349  QtAtomInfoPage *page_atom;
Note: See TracChangeset for help on using the changeset viewer.