summaryrefslogtreecommitdiffstats
path: root/examples/spectrum/app/wavfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/spectrum/app/wavfile.h')
-rw-r--r--examples/spectrum/app/wavfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/spectrum/app/wavfile.h b/examples/spectrum/app/wavfile.h
index cd4988d23..eb867241d 100644
--- a/examples/spectrum/app/wavfile.h
+++ b/examples/spectrum/app/wavfile.h
@@ -51,6 +51,7 @@ class WavFile : public QFile
public:
WavFile(QObject *parent = 0);
+ using QFile::open;
bool open(const QString &fileName);
const QAudioFormat &fileFormat() const;
qint64 headerLength() const;