diff options
| author | Tannin <devnull@localhost> | 2015-05-24 18:51:03 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-05-24 18:51:03 +0200 |
| commit | 02cc97a58d7cda800b8c431dfeaa3242e5f0b69d (patch) | |
| tree | 3a6daf855967f41e8ef189a1411dbf31b86da1cf /src/organizercore.h | |
| parent | ffd94e72b4ae137854e1ff3c96ff88eb48cea140 (diff) | |
- bugfix: bsa order wasn't correctly restored.
Diffstat (limited to 'src/organizercore.h')
| -rw-r--r-- | src/organizercore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/organizercore.h b/src/organizercore.h index e9914ea7..d60ce2ab 100644 --- a/src/organizercore.h +++ b/src/organizercore.h @@ -92,7 +92,7 @@ public: Profile *currentProfile() { return m_CurrentProfile; }
void setCurrentProfile(const QString &profileName);
- std::set<QString> enabledArchives();
+ std::vector<QString> enabledArchives();
MOBase::VersionInfo getVersion() const { return m_Updater.getVersion(); }
|
