From 9ac6e375754eb3ee536539c29f842417d8ddaaf6 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Sat, 2 Jan 2021 13:40:26 +0100 Subject: Minor cleaning and fix in ModList. - Proper display of separator name for removal. - Replace usage of flags with isXXX. --- src/modlist.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/modlist.h') diff --git a/src/modlist.h b/src/modlist.h index 6d4e0e91..22703923 100644 --- a/src/modlist.h +++ b/src/modlist.h @@ -352,6 +352,12 @@ signals: private: + // retrieve the display name of a mod or convert from a user-provided + // name to internal name + // + QString getDisplayName(ModInfo::Ptr info) const; + QString makeInternalName(ModInfo::Ptr info, QString name) const; + QVariant getOverwriteData(int column, int role) const; QString getFlagText(ModInfo::EFlag flag, ModInfo::Ptr modInfo) const; -- cgit v1.3.1