TilesManager doesn't need to be exported and doesn't need a virtual dtor

remotes/origin/KDE/4.10
Fabio D'Urso 14 years ago
parent b8f4cdc808
commit 68f8dd73e1
  1. 4
      core/tilesmanager_p.h

@ -64,11 +64,11 @@ class TileNode
*
* @since 0.16 (KDE 4.10)
*/
class OKULAR_EXPORT TilesManager
class TilesManager
{
public:
TilesManager( int pageNumber, int width, int height, Rotation rotation = Rotation0 );
virtual ~TilesManager();
~TilesManager();
/**
* Sets the pixmap of the tiles covered by @p rect (which represents

Loading…
Cancel
Save