Changeset 7610 in orxonox.OLD for branches/qt_gui/src/lib/shell
- Timestamp:
- May 12, 2006, 11:49:48 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/qt_gui/src/lib/shell/shell_completion_plugin.cc
r7609 r7610 94 94 void CompletorFileSystem::addToCompleteList(std::vector<std::string>& completionList, const std::string& completionBegin) const 95 95 { 96 OS::Directory dir;96 Directory dir; 97 97 98 98 if (completionBegin.empty()) // if we do not yet have the beginning of the line, start with the chosen startDir.
Note: See TracChangeset
for help on using the changeset viewer.