Skip to content

Conversation

@DeepDiver1975
Copy link
Member

No description provided.

@update-docs
Copy link

update-docs bot commented Dec 15, 2025

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

const QString skipUpdateCheckC() { return QStringLiteral("skipUpdateCheck"); }
const QString updateCheckIntervalC() { return QStringLiteral("updateCheckInterval"); }
const QString updateChannelC() { return QStringLiteral("updateChannel"); }
// deprecated - will be removed in 8.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't just comment it out - we should keep compiler warnings. to "properly" deprecate:
[[deprecated("updateChannel is no longer supported. the key will be removed in 8.0")]] const QString updateChannelC()....

the todo item for these is #52 so I am currently tagging any deprecations with // todo: #52 remove with next major release

// remove deprecated updateChannel setting once we hit 8.0
auto settings = ConfigFile::makeQSettings();
QString updateChannelKey = "updateChannel";
/*
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add a // todo: #52
here too please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants