Item Refactor complete

This commit is contained in:
Carl Philipp Klemm 2026-03-31 13:06:15 +02:00
parent 219fbfb4c7
commit 24c168cf64
17 changed files with 78 additions and 41 deletions

View file

@ -31,6 +31,9 @@ protected:
std::vector<Client> clients;
public slots:
virtual void itemUpdated(ItemUpdateRequest update) override;
public:
Server(QObject* parent = nullptr);
virtual ~Server();