Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 162 → Rev 163

/QMK-Groundstation/trunk/Forms/dlg_Config.h
32,13 → 32,14
 
~dlg_Config();
 
void set_Settings(cSettings *Set, int ID = 0);
cSettings *get_Settings();
 
private:
cSettings *Settings;
QCheckBox *cb_Plot[MaxAnalog];
QCheckBox *cb_Log[MaxAnalog];
 
 
void set_Settings(cSettings *Set, int ID = 0);
cSettings *get_Settings();
};
 
#endif