chore: connection list icon

This commit is contained in:
arm64v8a
2023-01-12 13:14:54 +09:00
parent 6a344bc3d5
commit 51e00eeaaf
9 changed files with 34 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
#pragma once
#include <QIcon>
#include <QPixmap>
namespace Icon {
@@ -11,8 +11,8 @@ namespace Icon {
VPN,
};
QIcon GetTrayIcon(TrayIconStatus status);
QPixmap GetTrayIcon(TrayIconStatus status);
QIcon GetMaterialIcon(const QString &name);
QPixmap GetMaterialIcon(const QString &name);
} // namespace Icon