--- 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<QLineEdit*> m_zanBinaries; + list<QWidget*> m_binaryLayoutWidgets; QFormLayout* m_releaseLayout, * m_testLayout;