MCPcopy Create free account
hub / github.com/KDE/labplot / icon

Method icon

src/backend/worksheet/Image.cpp:116–118  ·  view source on GitHub ↗

! Returns an icon to be used in the project explorer. */

Source from the content-addressed store, hash-verified

114 Returns an icon to be used in the project explorer.
115*/
116QIcon Image::icon() const {
117 return QIcon::fromTheme(QStringLiteral("viewimage"));
118}
119
120/* ============================ getter methods ================= */
121BASIC_SHARED_D_READER_IMPL(Image, QString, fileName, fileName)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected