diff options
| author | Silarn <jrim@rimpo.org> | 2018-04-27 20:21:42 -0500 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2018-04-27 20:21:42 -0500 |
| commit | 3114bcbd8dffd60f158dd5a164f5192ed8323f96 (patch) | |
| tree | 52a21494bb13459222d23324f751b2a31e232021 /src/pluginlist.h | |
| parent | 41a479bddfbcd21640c0871423b819b154956cfa (diff) | |
Fix ESL index display and sorting by index
Diffstat (limited to 'src/pluginlist.h')
| -rw-r--r-- | src/pluginlist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pluginlist.h b/src/pluginlist.h index f9173810..6a53614a 100644 --- a/src/pluginlist.h +++ b/src/pluginlist.h @@ -194,6 +194,7 @@ public: QString getName(int index) const { return m_ESPs.at(index).m_Name; }
int getPriority(int index) const { return m_ESPs.at(index).m_Priority; }
+ int getIndexPriority(int index) const;
bool isESPLocked(int index) const;
void lockESPIndex(int index, bool lock);
|
