Browse Source

PlayerComponent: fix build on RPI

Refactoring fallout.
Vincent Lang 9 năm trước cách đây
mục cha
commit
126fc85fdd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;