~waver-developers/waver/trunk

« back to all changes in this revision

Viewing changes to globals.h

  • Committer: Peter Papp
  • Date: 2021-11-02 02:39:42 UTC
  • Revision ID: peter.papp.p@gmail.com-20211102023942-n4bjs5exc5ey0v9m
Ampache5 error msg compat, Radio stations in Win, UI bugfix and minor impr

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
struct TimedChunk {
45
45
    QByteArray *chunkPointer;
46
46
    qint64      startMicroseconds;
47
 
    bool        fromTimestamp;
48
47
};
49
48
 
50
49
typedef QVector<QAudioBuffer *> BufferQueue;