[vlc-commits] Qt: missing Q_OBJECT

Rémi Denis-Courmont git at videolan.org
Thu Jul 5 09:23:23 CEST 2012


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Jul  5 10:23:03 2012 +0300| [a965f436b7b6d4a1e51a69de4b43efd9a64ef65b] | committer: Rémi Denis-Courmont

Qt: missing Q_OBJECT

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a965f436b7b6d4a1e51a69de4b43efd9a64ef65b
---

 modules/gui/qt4/components/complete_preferences.hpp |    1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/gui/qt4/components/complete_preferences.hpp b/modules/gui/qt4/components/complete_preferences.hpp
index f0fdd7c..7e23327 100644
--- a/modules/gui/qt4/components/complete_preferences.hpp
+++ b/modules/gui/qt4/components/complete_preferences.hpp
@@ -47,6 +47,7 @@ class QVBoxLayout;
 
 class PrefsItemData : public QObject
 {
+    Q_OBJECT
 public:
     PrefsItemData()
     { panel = NULL; i_object_id = 0; i_subcat_id = -1; psz_name = NULL; };



More information about the vlc-commits mailing list