--- qsampler/trunk/src/qsamplerOptions.h 2009/04/28 09:06:43 1890 +++ qsampler/trunk/src/qsamplerOptions.h 2009/11/04 18:59:57 2028 @@ -48,6 +48,10 @@ // The settings object accessor. QSettings& settings(); + // explicit I/O methods. + void loadOptions(); + void saveOptions(); + // Command line arguments parser. bool parse_args(const QStringList& args); // Command line usage helper.