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

List:       kde-commits
Subject:    koffice
From:       Pavel Heimlich <tropikhajma () gmail ! com>
Date:       2010-12-05 22:55:59
Message-ID: 20101205225559.A9260AC8A4 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1204011 by pavelheimlich:

Qt macro should not end with a semicolon. Fixes build with Sun Studio


 M  +1 -1      krita/ui/widgets/newKisCurveWidget/curveWidget/kis_freehand_curve_widget.h \
  M  +1 -1      libs/main/rdf/KoRdfPrefixMapping.h  
 M  +1 -1      libs/main/rdf/KoRdfSemanticTreeWidgetItem.h  
 M  +1 -1      libs/main/rdf/KoSemanticStylesheet.h  


--- trunk/koffice/krita/ui/widgets/newKisCurveWidget/curveWidget/kis_freehand_curve_widget.h \
#1204010:1204011 @@ -25,7 +25,7 @@
 #include <QMap>
 
 class KisFreehandCurveWidget : public KisCurveWidgetBase {
-    Q_OBJECT;
+    Q_OBJECT
 public:
     KisFreehandCurveWidget(QWidget *parent = 0);
 
--- trunk/koffice/libs/main/rdf/KoRdfPrefixMapping.h #1204010:1204011
@@ -45,7 +45,7 @@
  */
 class KOMAIN_EXPORT KoRdfPrefixMapping : public QObject
 {
-    Q_OBJECT;
+    Q_OBJECT
     KoRdfPrefixMappingPrivate * const d;
 public:
     KoRdfPrefixMapping(KoDocumentRdf *rdf);
--- trunk/koffice/libs/main/rdf/KoRdfSemanticTreeWidgetItem.h #1204010:1204011
@@ -43,7 +43,7 @@
  */
 class KOMAIN_EXPORT KoRdfSemanticTreeWidgetItem : public QObject, public \
QTreeWidgetItem  {
-    Q_OBJECT;
+    Q_OBJECT
 protected:
     virtual QString uIObjectName() const = 0;
     void addApplyStylesheetActions(QWidget *parent, QList<KAction *> &actions, \
                KoCanvasBase *host);
--- trunk/koffice/libs/main/rdf/KoSemanticStylesheet.h #1204010:1204011
@@ -46,7 +46,7 @@
  */
 class KOMAIN_EXPORT KoSemanticStylesheet : public QObject
 {
-    Q_OBJECT;
+    Q_OBJECT
     KoSemanticStylesheetPrivate * const d;
 protected:
 


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

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