Changes in src/builder.cpp [74459a:09f615]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/builder.cpp
r74459a r09f615 53 53 stopQueue(); 54 54 #endif 55 int status = 0; 55 56 if (UIFactory::getInstance().getUIName() == "CommandLine") 56 returnsaveAll();57 return 0;57 status = saveAll(); 58 return status; 58 59 } 59 60
Note:
See TracChangeset
for help on using the changeset viewer.