diff options
Diffstat (limited to 'src/modinforegular.h')
| -rw-r--r-- | src/modinforegular.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/modinforegular.h b/src/modinforegular.h index 0f22b6cb..e63e7570 100644 --- a/src/modinforegular.h +++ b/src/modinforegular.h @@ -289,8 +289,6 @@ public: */ virtual std::vector<EFlag> getFlags() const override; - virtual std::vector<EContent> getContents() const override; - /** * @return an indicator if and how this mod should be highlighted by the UI */ @@ -418,6 +416,8 @@ private slots: protected: + virtual std::vector<EContent> doGetContents() const override; + ModInfoRegular(PluginContainer *pluginContainer, const MOBase::IPluginGame *game, const QDir &path, MOShared::DirectoryEntry **directoryStructure); private: @@ -462,9 +462,6 @@ private: NexusBridge m_NexusBridge; - mutable std::vector<ModInfo::EContent> m_CachedContent; - mutable QTime m_LastContentCheck; - bool needsDescriptionUpdate() const; }; |
