comparison data/model/WaveFileModel.h @ 658:29efe322ab47

* Build fixes
author Chris Cannam
date Mon, 18 Oct 2010 12:42:42 +0100
parents 166c22eff678
children 59e7fe1b1003
comparison
equal deleted inserted replaced
657:1bb85de8c5b9 658:29efe322ab47
84 84
85 virtual void toXml(QTextStream &out, 85 virtual void toXml(QTextStream &out,
86 QString indent = "", 86 QString indent = "",
87 QString extraAttributes = "") const; 87 QString extraAttributes = "") const;
88 88
89 signals:
90 void modelChanged();
91 void modelChanged(size_t, size_t);
92 void completionChanged();
93
94 protected slots: 89 protected slots:
95 void fillTimerTimedOut(); 90 void fillTimerTimedOut();
96 void cacheFilled(); 91 void cacheFilled();
97 92
98 protected: 93 protected: