DANGER: pascal compilers ahead

svn path=/trunk/playground/graphics/okular/; revision=594114
This commit is contained in:
Stephan Kulow 2006-10-10 07:17:02 +00:00
parent 92c358a10e
commit 80d9cbb9fc

View file

@ -51,7 +51,7 @@ QString Sound::url() const
QByteArray Sound::data() const
{
return m_type == Sound::Embedded ? m_data.toByteArray() : QByteArray();
};
}
double Sound::samplingRate() const
{