no longer require xcbthread

This commit is contained in:
2025-12-25 15:17:13 +08:00
parent 866b81a3dc
commit 93daa1af0f
5 changed files with 0 additions and 69 deletions

3
util.h
View File

@@ -21,7 +21,6 @@ struct _XDisplay;
namespace tray {
#define UTIL Util::instance()
class XcbThread;
class Util : public QObject
{
@@ -79,8 +78,6 @@ private:
_XDisplay *m_display;
QSet<QString> m_currentIds;
XcbThread *m_xcbThread;
};
}