diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-03 01:44:39 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-03 01:44:39 +0100 |
| commit | e96a1f3ced974b5d1b02907bf9feabca97d2baa9 (patch) | |
| tree | cce4230f65796a2a19656021b06072f096328ffc /src/modlist.cpp | |
| parent | c8eb3f6e052852fc8440efe2f8257119a714789e (diff) | |
Fix indentation of indicators branches when using collapsible separators.
Diffstat (limited to 'src/modlist.cpp')
| -rw-r--r-- | src/modlist.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modlist.cpp b/src/modlist.cpp index c89e53d5..e541ff71 100644 --- a/src/modlist.cpp +++ b/src/modlist.cpp @@ -61,8 +61,6 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. using namespace MOBase; -const int ModList::ModUserRole = Qt::UserRole + QMetaEnum::fromType<ModListRole>().keyCount(); - ModList::ModList(PluginContainer *pluginContainer, OrganizerCore *organizer) : QAbstractItemModel(organizer) , m_Organizer(organizer) |
