Files
amnezia-client/client/platforms/macos/mactraytheme.h
T
2026-05-30 10:53:44 +03:00

16 lines
260 B
C++

#ifndef MACTRAYTHEME_H
#define MACTRAYTHEME_H
#include <functional>
class QObject;
namespace MacTrayTheme
{
void installThemeObserver(const std::function<void()> &onThemeChanged, QObject *parent);
} // namespace MacTrayTheme
#endif // MACTRAYTHEME_H