From 890f92176f89c068770a6325263e3454d75719c7 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Thu, 31 Jan 2008 04:55:12 +0000 Subject: [PATCH] Qt4 - Fix compilation --- modules/gui/qt4/input_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/qt4/input_manager.cpp b/modules/gui/qt4/input_manager.cpp index 462913f111..e855f65207 100644 --- a/modules/gui/qt4/input_manager.cpp +++ b/modules/gui/qt4/input_manager.cpp @@ -292,7 +292,7 @@ void InputManager::UpdateMeta() #endif } -void UpdateArt() +void InputManager::UpdateArt() { /* Update Art meta */ QString url; -- 2.39.2