ref code sort files

This commit is contained in:
dranik
2026-05-30 10:53:44 +03:00
parent 9937add4eb
commit 58d6c362f3
22 changed files with 705 additions and 274 deletions
+15
View File
@@ -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