diff --git a/include/panda_qt/main_window.hpp b/include/panda_qt/main_window.hpp index 287502f2..c3f99c29 100644 --- a/include/panda_qt/main_window.hpp +++ b/include/panda_qt/main_window.hpp @@ -88,8 +88,8 @@ class MainWindow : public QMainWindow { std::mutex messageQueueMutex; std::vector messageQueue; - InputMappings keyboardMappings; - ScreenWidget screen; + InputMappings keyboardMappings; + ScreenWidget screen; AboutWindow* aboutWindow; ConfigWindow* configWindow; CheatsWindow* cheatsEditor; @@ -122,4 +122,4 @@ class MainWindow : public QMainWindow { void loadLuaScript(const std::string& code); void editCheat(u32 handle, const std::vector& cheat, const std::function& callback); -}; \ No newline at end of file +};