Browse Source

PlayerComponent: fix build on RPI

Refactoring fallout.
Vincent Lang 9 years ago
parent
commit
126fc85fdd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/player/PlayerComponent.cpp

+ 1 - 1
src/player/PlayerComponent.cpp

@@ -186,7 +186,7 @@ void PlayerComponent::setWindow(QQuickWindow* window)
 {
   bool useRpi = false;
 #ifdef TARGET_RPI
-  use_rpi = true;
+  useRpi = true;
 #endif
 
   m_window = window;