mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Add comment to the Updates class describing what it does
This commit is contained in:
parent
b37b6c401d
commit
596484f5a3
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue