Changeset 45 for trunk/include/qsound.h


Ignore:
Timestamp:
Jan 8, 2006, 4:25:39 PM (20 years ago)
Author:
dmik
Message:

Added bool QAuServer::isRelevant(QSound*) as a protected non-virtual member (so it doesn't break binary compatibility).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/qsound.h

    r35 r45  
    11/****************************************************************************
    2 ** $Id: qt/qsound.h   3.3.1   edited May 27 2003 $
     2** $Id:qsound.h 35 2005-12-11 15:03:18Z dmik $
    33**
    44** Definition of QSound class and QAuServer internal class
     
    113113
    114114protected:
     115    bool isRelevant(QSound*);
    115116    void setBucket(QSound*, QAuBucket*);
    116117    QAuBucket* bucket(QSound*);
Note: See TracChangeset for help on using the changeset viewer.