Skip to content

Commit

Permalink
Use shorter notation
Browse files Browse the repository at this point in the history
  • Loading branch information
Emdek committed May 9, 2020
1 parent 26e5f68 commit 11f0358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/windows/web/StartPageModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ bool StartPageModel::reloadTile(const QModelIndex &index, bool needsTitleUpdate)

QPainter painter(&thumbnail);

information.icon.paint(&painter, QRect({0, 0}, size));
information.icon.paint(&painter, {{0, 0}, size});

m_reloads[identifier] = needsTitleUpdate;

Expand Down

0 comments on commit 11f0358

Please sign in to comment.