QTfrontend/newnetclient.cpp
changeset 1899 5763f46d7486
parent 1898 f0ab0c77946d
child 1905 b1ec8db513f2
equal deleted inserted replaced
1898:f0ab0c77946d 1899:5763f46d7486
   471 			return;
   471 			return;
   472 		}
   472 		}
   473 		QStringList tmp = lst;
   473 		QStringList tmp = lst;
   474 		tmp.removeFirst();
   474 		tmp.removeFirst();
   475 		tmp.removeFirst();
   475 		tmp.removeFirst();
   476 		emit paramChanged(lst[1], tmp);
   476 		if (lst[1] == "SCHEME")
       
   477 			emit netSchemeConfig(tmp);
       
   478 		else
       
   479 			emit paramChanged(lst[1], tmp);
   477 		return;
   480 		return;
   478 	}
   481 	}
   479 
   482 
   480 	if (lst[0] == "HH_NUM") {
   483 	if (lst[0] == "HH_NUM") {
   481 		if (lst.size() != 3)
   484 		if (lst.size() != 3)