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