- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Views/Qt4/QtInfoBox.hpp
r2b596f r52575c 36 36 37 37 void showAtom(const atom *_atom); 38 void showMolecule(const molecule *_mol);39 38 40 39 public slots: 41 void atomHover(const atom &_atom); 42 void moleculeHover(const molecule &_mol); 40 void atomHover(const atom *_atom); 43 41 void timerTimeout(); 44 42 … … 48 46 const atom *curAtom; 49 47 const atom *nextAtom; 50 const molecule *curMolecule;51 const molecule *nextMolecule;52 48 QtMoleculeInfoPage *page_mol; 53 49 QtAtomInfoPage *page_atom;
Note:
See TracChangeset
for help on using the changeset viewer.