From 9baea1c4f69b53027b8d85b6f56a2f5e3faa6105 Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Tue, 19 Sep 2023 03:22:12 -0500 Subject: [PATCH] Cleanup --- src/modinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modinfo.h b/src/modinfo.h index 0736aa206..d9e87ae05 100644 --- a/src/modinfo.h +++ b/src/modinfo.h @@ -887,7 +887,7 @@ class ModInfo : public QObject, public MOBase::IModInterface * @brief Set the last time the mod was updated on Nexus. */ virtual void setNexusLastModified(QDateTime time) = 0; - + /** * @return the assigned nexus category ID */