Skip to content

Commit

Permalink
removed unnecessary qimage from texteffect
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmattkc committed Dec 2, 2018
1 parent 4cf8db2 commit 3d4512f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions effects/internal/texteffect.h
Expand Up @@ -34,8 +34,7 @@ private slots:
void outline_enable(bool);
void shadow_enable(bool);
private:
QFont font;
QImage shadow;
QFont font;
};

#endif // TEXTEFFECT_H

0 comments on commit 3d4512f

Please sign in to comment.