mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-25 14:56:28 -05:00
Fixed "forbids converting a string constant (-Wwrite-strings)" warning
This commit is contained in:
parent
98f7b815f7
commit
b350070d9d
@ -107,7 +107,7 @@ public:
|
|||||||
static const int THUMBNAIL_W = 4;
|
static const int THUMBNAIL_W = 4;
|
||||||
static const int THUMBNAIL_H = 6;
|
static const int THUMBNAIL_H = 6;
|
||||||
|
|
||||||
static constexpr char *CHAN_DEFAULT_IMAGE = ":images/thumb-default-video.png";
|
static constexpr const char *CHAN_DEFAULT_IMAGE = ":images/thumb-default-video.png";
|
||||||
|
|
||||||
virtual ~ChannelPostThumbnailView();
|
virtual ~ChannelPostThumbnailView();
|
||||||
ChannelPostThumbnailView(QWidget *parent=NULL,uint32_t flags=FLAG_ALLOW_PAN | FLAG_SHOW_TEXT | FLAG_SCALE_FONT);
|
ChannelPostThumbnailView(QWidget *parent=NULL,uint32_t flags=FLAG_ALLOW_PAN | FLAG_SHOW_TEXT | FLAG_SCALE_FONT);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user