mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
9f5477c433
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com> Fixes https://github.com/Chatterino/chatterino2/issues/3949
17 lines
452 B
C++
17 lines
452 B
C++
/****************************************************************************
|
|
** WARNING! This file is autogenerated by cmake
|
|
** WARNING! All changes made in this file will be lost!
|
|
*****************************************************************************/
|
|
#include <QPixmap>
|
|
#include "common/Singleton.hpp"
|
|
|
|
namespace chatterino {
|
|
|
|
class Resources2 : public Singleton
|
|
{
|
|
public:
|
|
Resources2();
|
|
|
|
@RES_HEADER_CONTENT@
|
|
};
|
|
} // namespace chatterino
|