Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/CommandLineUI/CommandLineDialog.hpp

    r6f5dfe r7cd6e7  
    4444  virtual void queryElement(const char*, std::string = "");
    4545  virtual void queryElements(const char*, std::string = "");
    46   virtual void queryFile(const char*, std::string = "");
    4746
    4847protected:
     
    166165    virtual bool handle();
    167166  };
    168 
    169   class FileCommandLineQuery : public Dialog::FileQuery {
    170   public:
    171     FileCommandLineQuery(std::string title, std::string _description = "");
    172     virtual ~FileCommandLineQuery();
    173     virtual bool handle();
    174   };
    175167};
    176168
Note: See TracChangeset for help on using the changeset viewer.