aboutsummaryrefslogtreecommitdiff
path: root/launcher/meta/Index.cpp
AgeCommit message (Collapse)Author
2023-06-07Fix accidentally renamed variablePandaNinjas
Signed-off-by: PandaNinjas <admin@malwarefight.wip.la>
2023-06-07Remove unnecessary switch statementPandaNinjas
Signed-off-by: PandaNinjas <admin@malwarefight.wip.la> DCO Remediation Commit for PandaNinjas <admin@malwarefight.wip.la> I, PandaNinjas <admin@malwarefight.wip.la>, hereby add my Signed-off-by to this commit: 318d11481d719cf537ecdc00f8d676494bab22b6 Signed-off-by: PandaNinjas <admin@malwarefight.wip.la>
2023-06-07Resolve other switch fallthrough issuesPandaNinjas
2022-11-14Check parent in rowCount/columnCount/canFetchMoreTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-01fix: don't use forward-declared Ptr types in meta/flow
This would cause ODR violations when those headers were included in other places that also included stuff like "Version.h" (note the "meta/Version.h"), which can cause problems, especially in LTO. Signed-off-by: flow <flowlnlnln@gmail.com>
2021-07-25NOISSUE Flatten gui and logic libraries into MultiMCPetr Mrázek