File indexing completed on 2024-05-05 04:47:05

0001 #pragma once
0002 
0003 #include <QObject>
0004 
0005 class PixServer : public QObject
0006 {
0007     Q_OBJECT
0008 public:
0009     explicit PixServer(QObject *parent = nullptr);
0010 
0011 };