mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-27 15:47:30 -04:00
Fixed "forbids converting a string constant (-Wwrite-strings)" warning
This commit is contained in:
parent
98f7b815f7
commit
b350070d9d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue