]> ruin.nu Git - hbs.git/blobdiff - bs/ui/roidseditview.ui.h
battle algorithms are getting more and more mature and stats.conf is updated.
[hbs.git] / bs / ui / roidseditview.ui.h
index 225af827f0d4c8def97187889fb77c6b49f160f1..e22a408540798be1dd3ca9bffb6025cec21bd9b1 100644 (file)
@@ -30,7 +30,7 @@ void RoidsEditView::setValue( const QString & type, unsigned value )
 void RoidsEditView::slotValueChanged( const QString & s )
 {
        QString type = sender()->name();
-    
+       
        if (type == "MetalEdit")
                type = tr("metal");
        else if (type == "CrystalEdit")
@@ -39,8 +39,8 @@ void RoidsEditView::slotValueChanged( const QString & s )
                type = tr("eonium");
        else if (type == "UninitEdit")
                type = tr("uninit");
-  else if (type == "ScoreEdit")
+       else if (type == "ScoreEdit")
                type = tr("score");
-    
+       test = type;
     emit changed(type, s.toInt());
 }
\ No newline at end of file