Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Commit

Permalink
Remove leftover useless QImage for icons
Browse files Browse the repository at this point in the history
  • Loading branch information
trou committed Mar 23, 2020
1 parent 632e14e commit 9c3bca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idarling/interface/widget.py
Expand Up @@ -354,7 +354,7 @@ def _users_context_menu(self, point):
"""Populate the invites context menu."""
menu = QMenu(self)

template = QImage(self._plugin.plugin_resource("user.png"))
template = self._plugin.plugin_resource("user.png")

users = self._plugin.core.get_users()
follow_all = QAction("Follow all", menu)
Expand Down

0 comments on commit 9c3bca5

Please sign in to comment.