Skip to content

Commit

Permalink
default constructor needed by QVector
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviotordini committed Jun 21, 2021
1 parent dc738f0 commit 27e742a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/yt/ytthumb.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

class YTThumb {
public:
YTThumb() {} // needed by QVector
YTThumb(int width, int height, const QString &url);
int getWidth() const { return width; }
int getHeight() const { return height; }
Expand Down

0 comments on commit 27e742a

Please sign in to comment.