mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-20 02:00:55 +07:00
reset file macos
This commit is contained in:
@@ -20,6 +20,7 @@ class MacOSStatusIcon final : public QObject {
|
||||
explicit MacOSStatusIcon(QObject* parent);
|
||||
~MacOSStatusIcon();
|
||||
|
||||
public:
|
||||
void setIcon(const QString& iconUrl);
|
||||
void setIconFromData(const QByteArray& imageData);
|
||||
void setIndicatorColor(const QColor& indicatorColor);
|
||||
|
||||
@@ -176,7 +176,7 @@ namespace {
|
||||
Logger logger("MacOSStatusIcon");
|
||||
|
||||
MacOSStatusIconDelegate* m_statusBarIcon = nullptr;
|
||||
} // namespace
|
||||
}
|
||||
|
||||
MacOSStatusIcon::MacOSStatusIcon(QObject* parent) : QObject(parent) {
|
||||
MZ_COUNT_CTOR(MacOSStatusIcon);
|
||||
|
||||
Reference in New Issue
Block a user