[Marble-commits] KDE/kdeedu/marble/src/plugins/render/weather

Dennis Nienhüser earthwings at gentoo.org
Sun Dec 12 11:40:17 CET 2010


SVN commit 1205732 by nienhueser:

Add Q_OBJECT macro (requested by lupdate).

 M  +2 -0      BBCWeatherItem.h  


--- trunk/KDE/kdeedu/marble/src/plugins/render/weather/BBCWeatherItem.h #1205731:1205732
@@ -21,6 +21,8 @@
 
 class BBCWeatherItem : public WeatherItem
 {
+    Q_OBJECT
+
  public:
     BBCWeatherItem( QObject *parent = 0 );
     ~BBCWeatherItem();


More information about the Marble-commits mailing list