[Kst] branches/work/kst/portto4/kst/src/widgets

George Staikos staikos at kde.org
Fri Feb 23 01:17:52 CET 2007


All of this code will die anyway.

On 23-Feb-07, at 12:47 AM, Adam Treat wrote:

> SVN commit 636394 by treat:
>
> * No longer in QPixmap api
>
>
>  M  +2 -2      kstbackbuffer.cpp
>  M  +2 -2      kstbackbuffer.h
>
>
> --- branches/work/kst/portto4/kst/src/widgets/kstbackbuffer.cpp  
> #636393:636394
> @@ -17,8 +17,8 @@
>
>  #include "kstbackbuffer.h"
>
> -KstBackBuffer::KstBackBuffer(int depth)
> -: _buffer(0, 0, depth, QPixmap::MemoryOptim) {
> +KstBackBuffer::KstBackBuffer()
> +: _buffer(0, 0) {
>  }
>
>
> --- branches/work/kst/portto4/kst/src/widgets/kstbackbuffer.h  
> #636393:636394
> @@ -23,7 +23,7 @@
>
>  class KstBackBuffer {
>    public:
> -    KstBackBuffer(int depth = -1);
> +    KstBackBuffer();
>      ~KstBackBuffer();
>
>      QSize size() const { return _buffer.size(); }
> @@ -32,7 +32,7 @@
>      void paintInto(QPainter& p, const QRect& geom, const QPoint&  
> from);
>
>    private:
> -    QPixmap _buffer;
> +    QPixmap _buffer;
>  };
>
>
> _______________________________________________
> Kst mailing list
> Kst at kde.org
> https://mail.kde.org/mailman/listinfo/kst

--
George Staikos
KDE Developer				http://www.kde.org/
Staikos Computing Services Inc.		http://www.staikos.net/





More information about the Kst mailing list