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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user