Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 448 → Rev 449

/QMK-Groundstation/branches/libMK/Forms/dlg_Config.cpp
94,7 → 94,7
{
Settings = Set;
 
lb_Hardware->setText(QString(HardwareType[ID].c_str()));
lb_Hardware->setText(QString(HardwareType[ID]));
 
for (int a = 0; a < MaxAnalog; a++)
{