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

List:       kde-commits
Subject:    koffice/libs/flake
From:       Boudewijn Rempt <boud () valdyas ! org>
Date:       2010-09-17 7:37:08
Message-ID: 20100917073708.77C15AC888 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1176253 by rempt:

make KoShapeManager::paint non-virtual

This class is never overriden, so don't offer a virtual method,
instead if painting needs to be adapted, use a KoShapeManagerPaintingStrategy.

 M  +1 -1      KoShapeManager.h  


--- trunk/koffice/libs/flake/KoShapeManager.h #1176252:1176253
@@ -123,7 +123,7 @@
      * @param forPrint if true, make sure only actual content is drawn and no decorations.
      * @param converter to convert between document and view coordinates.
      */
-    virtual void paint(QPainter &painter, const KoViewConverter &converter, bool forPrint);
+    void paint(QPainter &painter, const KoViewConverter &converter, bool forPrint);
 
     /**
      * Returns the shape located at a specific point in the document.
[prev in list] [next in list] [prev in thread] [next in thread] 

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