Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7625 in orxonox.OLD for branches/qt_gui/src/lib/util/directory.h


Ignore:
Timestamp:
May 16, 2006, 9:17:10 AM (18 years ago)
Author:
bensch
Message:

qt_gui: Directory in File-style

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/qt_gui/src/lib/util/directory.h

    r7624 r7625  
    4242  ~Directory();
    4343
    44   virtual bool open(const std::string& directoryName);
     44  virtual bool open();
    4545  virtual bool close();
    4646  operator void*() const { return willfail ? (void*)0:(void*)(-1); }
Note: See TracChangeset for help on using the changeset viewer.