Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 161 → Rev 162

/QMK-Groundstation/trunk/Forms/dlg_Config.h
37,7 → 37,7
QCheckBox *cb_Log[MaxAnalog];
 
 
void set_Settings(cSettings *Set);
void set_Settings(cSettings *Set, int ID = 0);
cSettings *get_Settings();
};