QTfrontend/ui/widget/gamecfgwidget.cpp
changeset 10826 bc5215b2f9fb
parent 10822 def423815f24
child 10830 f3e903ace2d3
equal deleted inserted replaced
10825:328486855d01 10826:bc5215b2f9fb
   585     for(int i = 0; i < size; ++i)
   585     for(int i = 0; i < size; ++i)
   586         sl << schemeData(i).toString();
   586         sl << schemeData(i).toString();
   587 
   587 
   588     if (sl.size() >= 42)
   588     if (sl.size() >= 42)
   589     {
   589     {
   590         sl[42].prepend('!');
   590         sl[sl.size()-1].prepend('!');
   591         emit paramChanged("SCHEME", sl);  // this is a stupid hack for the fact that SCHEME is being sent once, empty. Still need to find out why.
   591         emit paramChanged("SCHEME", sl);  // this is a stupid hack for the fact that SCHEME is being sent once, empty. Still need to find out why.
   592     }
   592     }
   593 
   593 
   594     if (isEnabled() && bindEntries->isEnabled() && bindEntries->isChecked())
   594     if (isEnabled() && bindEntries->isEnabled() && bindEntries->isChecked())
   595     {
   595     {