diff -r 61e2752dd7cd -r 256bb5c6b77f src/config.h --- a/src/config.h Sun Sep 08 17:44:58 2013 +0300 +++ b/src/config.h Sun Sep 08 19:56:11 2013 +0300 @@ -50,11 +50,13 @@ void findPath(); void delPath(); void findZanBinary(); + void editBinaries(); void buttonPressed (QAbstractButton* btn); private: Ui_ConfigBox* ui; list m_zanBinaries; + list m_binaryLayoutWidgets; QFormLayout* m_releaseLayout, * m_testLayout;