Changeset d50264 for molecuilder/src/UIElements/TextStatusIndicator.cpp
- Timestamp:
- Feb 26, 2010, 2:01:57 PM (16 years ago)
- Children:
- db6b872
- Parents:
- f467c6 (diff), dc5413 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/UIElements/TextStatusIndicator.cpp
rf467c6 rd50264 27 27 Process *proc; 28 28 // we are only observing Processes 29 if( proc=dynamic_cast<Process*>(subject)){29 if((proc=dynamic_cast<Process*>(subject))){ 30 30 // see what kind of progress we have to display 31 31 if(proc->getMaxSteps()>0){
Note:
See TracChangeset
for help on using the changeset viewer.