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

16 lines
260 B
C++

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