mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2025-11-04 19:04:56 +11:00
8 lines
193 B
C++
8 lines
193 B
C++
#pragma once
|
|
|
|
#include <qicon.h>
|
|
#include <qqmlengine.h>
|
|
#include <qurl.h>
|
|
|
|
QIcon getEngineImageAsIcon(QQmlEngine* engine, const QUrl& url);
|
|
QIcon getCurrentEngineImageAsIcon(const QUrl& url);
|