[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdepim/kalarm
From:       Stephen Kelly <steveire () gmail ! com>
Date:       2010-11-22 11:44:42
Message-ID: 20101122114442.E28D2AC8A3 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1199683 by skelly:

Add Q_OBJECT macros so that classes show up with the correct name.

See: http://marcmutz.wordpress.com/effective-qt/subclassing/

 M  +2 -0      itemlistmodel.h  


--- trunk/KDE/kdepim/kalarm/itemlistmodel.h #1199682:1199683
@@ -80,6 +80,7 @@
 =============================================================================*/
 class AlarmListModel : public ItemListModel
 {
+        Q_OBJECT
     public:
         enum {   // data columns
             TimeColumn = 0, TimeToColumn, RepeatColumn, ColourColumn, TypeColumn, TextColumn,
@@ -125,6 +126,7 @@
 =============================================================================*/
 class TemplateListModel : public ItemListModel
 {
+        Q_OBJECT
     public:
         enum {   // data columns
             TypeColumn, TemplateNameColumn,
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic