Add comment to the Updates class describing what it does

This commit is contained in:
Rasmus Karlsson 2024-01-16 11:52:00 +01:00
parent b37b6c401d
commit 596484f5a3

View file

@ -7,6 +7,10 @@ namespace chatterino {
class Paths; class Paths;
/**
* To check for updates, use the `checkForUpdates` method.
* The class by itself does not start any automatic updates.
*/
class Updates class Updates
{ {
const Paths &paths; const Paths &paths;