Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 16, 2006, 9:40:56 AM (19 years ago)
Author:
bensch
Message:

prefs should work, but they do not :(

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/qt_gui/src/lib/parser/ini_parser/ini_parser.h

    r7625 r7626  
    4444
    4545    /** @returns true if the file is opened, false otherwise*/
    46     bool isOpen() const { return (!this->fileName.empty())? true : false; };
     46    bool isOpen() const { return true; } ///HACK //(this->fileName.empty()) ? false : true; };
    4747    /** @returns the fileName we have opened. */
    4848    const std::string& getFileName() const { return this->fileName; };
Note: See TracChangeset for help on using the changeset viewer.