feat: integrate tactile stream decoding
This commit is contained in:
@@ -16,7 +16,6 @@ struct PainterResource : public QPixmap {
|
||||
: QPixmap {} {
|
||||
const auto qurl = QUrl(QString::fromUtf8(url.data(), static_cast<int>(url.size())));
|
||||
if (is_filesystem_url(url) || is_qt_resource_url(url)) {
|
||||
qDebug() << "[PainterResource] is_filesystem_url" << url;
|
||||
QPixmap::load(qurl.path());
|
||||
} else if (is_network_url(url)) {
|
||||
download_resource_from_network(qurl, [](auto&) { });
|
||||
|
||||
Reference in New Issue
Block a user