chore: unsingletonize Resources/Resources2 (#5460)
This commit is contained in:
@@ -3,15 +3,14 @@
|
||||
** WARNING! All changes made in this file will be lost!
|
||||
*****************************************************************************/
|
||||
#include <QPixmap>
|
||||
#include "common/Singleton.hpp"
|
||||
|
||||
namespace chatterino {
|
||||
|
||||
class Resources2 : public Singleton
|
||||
class Resources2
|
||||
{
|
||||
public:
|
||||
Resources2();
|
||||
|
||||
@RES_HEADER_CONTENT@
|
||||
};
|
||||
} // namespace chatterino
|
||||
} // namespace chatterino
|
||||
|
||||
Reference in New Issue
Block a user