aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/cueeditor_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmpui/cueeditor_p.h')
-rw-r--r--src/qmmpui/cueeditor_p.h4
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