Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/demos/spectrum/app/waveform.h

    r769 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation ([email protected])
     
    6161    Q_OBJECT
    6262public:
    63     Waveform(const QByteArray &buffer, QWidget *parent = 0);
     63    Waveform(QWidget *parent = 0);
    6464    ~Waveform();
    6565
     
    7474
    7575public slots:
    76     void dataLengthChanged(qint64 length);
    77     void positionChanged(qint64 position);
     76    void );
     77    void ositionChanged(qint64 position);
    7878
    7979private:
     
    168168
    169169private:
    170     const QByteArray&       m_buffer;
    171     qint64                  m_dataLength;
    172     qint64                  m_position;
     170    qint64                  m_bufferPosition;
     171    qint64                  m_bufferLength;
     172    QByteArray              m_buffer;
     173
     174    qint64                  m_audioPosition;
    173175    QAudioFormat            m_format;
    174176
Note: See TracChangeset for help on using the changeset viewer.