Mercurial > hg > svgui
comparison widgets/MIDIFileImportDialog.h @ 397:2c59b0cd176b
* Update translations, and add change counter to name of bundle command
author | Chris Cannam |
---|---|
date | Thu, 12 Jun 2008 10:47:11 +0000 |
parents | 22b72f0f6a4e |
children | a18e78b9c78b |
comparison
equal
deleted
inserted
replaced
396:2669267fb7ea | 397:2c59b0cd176b |
---|---|
20 #include "data/fileio/MIDIFileReader.h" | 20 #include "data/fileio/MIDIFileReader.h" |
21 | 21 |
22 class MIDIFileImportDialog : public QObject, | 22 class MIDIFileImportDialog : public QObject, |
23 public MIDIFileImportPreferenceAcquirer | 23 public MIDIFileImportPreferenceAcquirer |
24 { | 24 { |
25 Q_OBJECT | |
26 | |
25 public: | 27 public: |
26 MIDIFileImportDialog(QWidget *parent = 0); | 28 MIDIFileImportDialog(QWidget *parent = 0); |
27 | 29 |
28 virtual TrackPreference getTrackImportPreference | 30 virtual TrackPreference getTrackImportPreference |
29 (QStringList trackNames, bool haveSomePercussion, | 31 (QStringList trackNames, bool haveSomePercussion, |