renamed *Manager classes

This commit is contained in:
fourtf
2018-06-28 19:51:07 +02:00
parent 2df142bd50
commit 8ced5a1e25
30 changed files with 131 additions and 131 deletions
+3 -3
View File
@@ -5,9 +5,9 @@
namespace chatterino {
class UpdateManager
class Updates
{
UpdateManager();
Updates();
public:
enum UpdateStatus {
@@ -22,7 +22,7 @@ public:
};
// fourtf: don't add this class to the application class
static UpdateManager &getInstance();
static Updates &getInstance();
void checkForUpdates();
const QString &getCurrentVersion() const;