Commit a965f436 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Qt: missing Q_OBJECT

parent 17b3aee7
...@@ -47,6 +47,7 @@ class QVBoxLayout; ...@@ -47,6 +47,7 @@ class QVBoxLayout;
class PrefsItemData : public QObject class PrefsItemData : public QObject
{ {
Q_OBJECT
public: public:
PrefsItemData() PrefsItemData()
{ panel = NULL; i_object_id = 0; i_subcat_id = -1; psz_name = NULL; }; { panel = NULL; i_object_id = 0; i_subcat_id = -1; psz_name = NULL; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment