src/config.h

changeset 6
67b6ef6917ba
parent 5
3c04e05ab24f
child 10
bc1414343e19
equal deleted inserted replaced
5:3c04e05ab24f 6:67b6ef6917ba
14 public: 14 public:
15 explicit ConfigBox( QWidget* parent = null, Qt::WindowFlags f = 0 ); 15 explicit ConfigBox( QWidget* parent = null, Qt::WindowFlags f = 0 );
16 virtual ~ConfigBox(); 16 virtual ~ConfigBox();
17 void addPath( str path ); 17 void addPath( str path );
18 void initFromSettings(); 18 void initFromSettings();
19 str binaryConfigName( str ver ) const;
20 19
21 public slots: 20 public slots:
22 void addPath(); 21 void addPath();
23 void findPath(); 22 void findPath();
24 void delPath(); 23 void delPath();

mercurial