QTfrontend/ui/page/pageoptions.cpp
changeset 6218 999215ca87d7
parent 6217 ef53ba841791
child 6525 6c97379c584b
--- a/QTfrontend/ui/page/pageoptions.cpp	Thu Oct 27 21:33:18 2011 +0400
+++ b/QTfrontend/ui/page/pageoptions.cpp	Thu Oct 27 22:52:22 2011 +0200
@@ -448,7 +448,7 @@
 
 void PageOptions::setQuality(int value)
 {
-	Q_UNUSED(value);
+    Q_UNUSED(value);
 
     int index = this->CBStereoMode->currentIndex();
     if (index == 0)
@@ -457,7 +457,7 @@
 
 void PageOptions::setFullscreen(int state)
 {
-	Q_UNUSED(state);
+    Q_UNUSED(state);
 
     int index = this->CBStereoMode->currentIndex();
     if (index != 7 && index != 8 && index != 9)
@@ -466,7 +466,7 @@
 
 void PageOptions::setResolution(int state)
 {
-	Q_UNUSED(state);
+    Q_UNUSED(state);
 
     int index = this->CBStereoMode->currentIndex();
     if (index != 7 && index != 8 && index != 9)