Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 393 → Rev 394

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