src/plugins/imageformats/gif/qgifhandler.h
changeset 7 f7bc934e204c
parent 0 1918ee327afb
equal deleted inserted replaced
3:41300fa6a67c 7:f7bc934e204c
     1 /****************************************************************************
     1 /****************************************************************************
     2 **
     2 **
     3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     4 ** All rights reserved.
     4 ** All rights reserved.
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     6 **
     6 **
     7 ** This file is part of the plugins of the Qt Toolkit.
     7 ** This file is part of the plugins of the Qt Toolkit.
     8 **
     8 **
    85     mutable QImage lastImage;
    85     mutable QImage lastImage;
    86 
    86 
    87     mutable int nextDelay;
    87     mutable int nextDelay;
    88     mutable int loopCnt;
    88     mutable int loopCnt;
    89     int frameNumber;
    89     int frameNumber;
    90     mutable QSize nextSize;
    90     mutable QVector<QSize> imageSizes;
       
    91     mutable bool scanIsCached;
    91 };
    92 };
    92 
    93 
    93 QT_END_NAMESPACE
    94 QT_END_NAMESPACE
    94 
    95 
    95 #endif // QGIFHANDLER_H
    96 #endif // QGIFHANDLER_H