diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-02-07 21:34:50 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-02-07 21:34:50 +0000 |
| commit | 15629f11ad6e82bcb10cd5a71d0e09684caa7965 (patch) | |
| tree | c3ffeb1186b099bfef87105c00bf8679777bbd4e /src/qmmpui/cueeditor_p.h | |
| parent | c77a6eaa02b2b982a9440a2505305a96aecfd7af (diff) | |
| download | qmmp-15629f11ad6e82bcb10cd5a71d0e09684caa7965.tar.gz qmmp-15629f11ad6e82bcb10cd5a71d0e09684caa7965.tar.bz2 qmmp-15629f11ad6e82bcb10cd5a71d0e09684caa7965.zip | |
fixed cue tracks updating
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9703 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/cueeditor_p.h')
| -rw-r--r-- | src/qmmpui/cueeditor_p.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/qmmpui/cueeditor_p.h b/src/qmmpui/cueeditor_p.h index 32c909af0..2b45aa861 100644 --- a/src/qmmpui/cueeditor_p.h +++ b/src/qmmpui/cueeditor_p.h @@ -22,7 +22,7 @@ #define CUEEDITOR_P_H #include <QWidget> - +#include <qmmp/cueparser.h> #include <qmmp/trackinfo.h> namespace Ui { @@ -41,6 +41,7 @@ public: void save(); bool isEditable() const; + int trackCount() const; private slots: void on_loadButton_clicked(); @@ -53,6 +54,7 @@ private: QString m_lastDir; bool m_editable; TrackInfo m_info; + CueParser m_parser; }; #endif // CUEEDITOR_P_H |
