renamed resources to ResourceManager

This commit is contained in:
2017-12-31 02:21:33 +01:00
parent bfa2f1637e
commit ad001431f2
9 changed files with 44 additions and 44 deletions
+3 -3
View File
@@ -19,14 +19,14 @@
namespace chatterino {
class ChannelManager;
class Resources;
class ResourceManager;
class AccountManager;
class IrcManager : public QObject
{
// Q_OBJECT
IrcManager(ChannelManager &channelManager, Resources &resources,
IrcManager(ChannelManager &channelManager, ResourceManager &resources,
AccountManager &accountManager);
public:
@@ -55,7 +55,7 @@ public:
private:
ChannelManager &channelManager;
Resources &resources;
ResourceManager &resources;
AccountManager &accountManager;
// variables