Port to qt6

This commit is contained in:
Carl Philipp Klemm 2026-02-07 18:53:31 +01:00
parent 8fcca909de
commit cbeb8d49a7
20 changed files with 43 additions and 44 deletions

View file

@ -1,7 +1,7 @@
#pragma once
#include "item.h"
#include "../microcontroller.h"
#include "src/microcontroller.h"
class AuxItem: public Item
{