Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7610 in orxonox.OLD for branches/qt_gui/src/lib/shell


Ignore:
Timestamp:
May 12, 2006, 11:49:48 AM (19 years ago)
Author:
bensch
Message:

orxonox/qt_gui: directory splitted into declaration and definition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/qt_gui/src/lib/shell/shell_completion_plugin.cc

    r7609 r7610  
    9494  void CompletorFileSystem::addToCompleteList(std::vector<std::string>& completionList, const std::string& completionBegin) const
    9595  {
    96     OS::Directory dir;
     96    Directory dir;
    9797
    9898    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.