diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-08-01 11:20:44 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-08-01 11:20:44 +0200 |
commit | e71f7af1d619d02667c2bfb9f5fd0d925e534230 (patch) | |
tree | 3233779695f5f559e5392289a322bfb78a43dd3b /video/video-widget.hpp | |
parent | 4ffb8feee67856851351e972e33c72c025c2c29d (diff) |
spline, video: get rid of needless casts
Diffstat (limited to 'video/video-widget.hpp')
-rw-r--r-- | video/video-widget.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/video/video-widget.hpp b/video/video-widget.hpp index ab5d42d2..bb218c69 100644 --- a/video/video-widget.hpp +++ b/video/video-widget.hpp @@ -36,7 +36,7 @@ protected: std::vector<unsigned char> vec; bool fresh() const; void set_fresh(bool x); - void set_image(const unsigned char* src, int width, int height, unsigned stride, QImage::Format fmt); + void set_image(const unsigned char* src, int width, int height, int stride, QImage::Format fmt); private: void init_image_nolock(); |