src/config.h

changeset 5
3c04e05ab24f
parent 3
d0b278fd29d5
child 6
67b6ef6917ba
--- 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<QLineEdit*> m_zanBinaries;
 };
 
 #endif // CONFIG_H
\ No newline at end of file

mercurial