MCPcopy Create free account
hub / github.com/KDE/krusader / clone

Method clone

app/icon.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 QPixmap pixmap(const QSize &size, QIcon::Mode mode, QIcon::State state) override;
63
64 IconEngine *clone() const override
65 {
66 return new IconEngine(*this);
67 }
68
69private:
70 QString _iconName;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected