mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 04:54:38 +03:00
chore: connection list icon
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
#include <QPainter>
|
||||
|
||||
QIcon Icon::GetTrayIcon(Icon::TrayIconStatus status) {
|
||||
QPixmap Icon::GetTrayIcon(Icon::TrayIconStatus status) {
|
||||
QPixmap pixmap;
|
||||
|
||||
// software embedded icon
|
||||
@@ -47,7 +47,7 @@ QIcon Icon::GetTrayIcon(Icon::TrayIconStatus status) {
|
||||
return pixmap;
|
||||
}
|
||||
|
||||
QIcon Icon::GetMaterialIcon(const QString &name) {
|
||||
QPixmap Icon::GetMaterialIcon(const QString &name) {
|
||||
QPixmap pixmap(":/icon/material/" + name + ".svg");
|
||||
return pixmap;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user