mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
ref code sort files
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#ifndef LINUXTRAYTHEME_H
|
||||
#define LINUXTRAYTHEME_H
|
||||
|
||||
#include <functional>
|
||||
|
||||
class QObject;
|
||||
|
||||
namespace LinuxTrayTheme
|
||||
{
|
||||
|
||||
void installThemeObserver(const std::function<void()> &onThemeChanged, QObject *parent);
|
||||
|
||||
} // namespace LinuxTrayTheme
|
||||
|
||||
#endif // LINUXTRAYTHEME_H
|
||||
Reference in New Issue
Block a user