~neon/kdegraphics-thumbnailers/master

« back to all changes in this revision

Viewing changes to ps/gscreator.h

  • Committer: Nicolas Fella
  • Date: 2022-08-13 15:45:33 UTC
  • Revision ID: git-v1:16460214ad83d27a9d22aefd24cf60a98961c9ea
Don't reimplement ThumbCreator::flags()

It does the same thing as the default implementation

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
public:
29
29
    GSCreator() {}
30
30
    bool create(const QString &path, int, int, QImage &img) override;
31
 
    Flags flags() const override;
32
31
    void comment(Name name) override;
33
32
 
34
33
private: