musredit: run lists are now properly loaded if containing nS-nE elements.

This commit is contained in:
2016-08-02 13:52:41 +02:00
parent ac30fd956b
commit 8f20d2fd4c
5 changed files with 128 additions and 14 deletions

View File

@@ -31,6 +31,8 @@
#define _PTEXTEDIT_H_
#include <QMainWindow>
#include <QString>
#include <QStringList>
#include <QMap>
#include <QTimer>
#include <QString>
@@ -175,6 +177,7 @@ private:
QAction *fRecentFilesAction[MAX_RECENT_FILES]; ///< array of the recent file actions
void fillRecentFiles();
QStringList getRunList(QString runListStr, bool &ok);
};