diff -r 3c23aa03190d -r 3c04e05ab24f src/config.h --- a/src/config.h Wed Jul 17 01:55:18 2013 +0300 +++ b/src/config.h Wed Jul 17 03:06:21 2013 +0300 @@ -5,6 +5,7 @@ #include "main.h" #include "types.h" +class QLineEdit; class Ui_ConfigBox; class ConfigBox : public QDialog { @@ -15,14 +16,19 @@ virtual ~ConfigBox(); void addPath( str path ); void initFromSettings(); + str binaryConfigName( str ver ) const; public slots: void addPath(); void findPath(); void delPath(); + void findZanBinary(); + void okPressed(); + void cancelPressed(); private: Ui_ConfigBox* ui; + list m_zanBinaries; }; #endif // CONFIG_H \ No newline at end of file