svn path=/trunk/playground/graphics/okular/; revision=556728
remotes/origin/old/work/newpageview
Pino Toscano 20 years ago
parent c82fed6d75
commit 0a9a730f9d
  1. 2
      core/utils.cpp
  2. 2
      core/utils.h

@ -12,7 +12,7 @@
namespace okularUtils
{
QRect rotateRect( QRect source, int width, int height, int orientation )
QRect rotateRect( const QRect & source, int width, int height, int orientation )
{
QRect ret;

@ -23,7 +23,7 @@ namespace okularUtils
* Rotate the rect \p source in the area \p width x \p height with the
* specified \p orientation .
*/
QRect OKULAR_EXPORT rotateRect( QRect source, int width, int height, int orientation );
QRect OKULAR_EXPORT rotateRect( const QRect & source, int width, int height, int orientation );
};

Loading…
Cancel
Save