MCPcopy Create free account
hub / github.com/Theverat/NormalmapGenerator / QueueItem

Method QueueItem

src_gui/queueitem.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22#include "queueitem.h"
23
24QueueItem::QueueItem(QUrl imageUrl, const QString &text, QListWidget *view, int type)
25 : QListWidgetItem(text, view, type)
26{
27 this->imageUrl = imageUrl;
28}
29
30QUrl QueueItem::getUrl() {
31 return imageUrl;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected