Qt6 compatability changes

This commit is contained in:
Nav
2021-08-18 22:51:15 +01:00
parent 29ab3aa3b8
commit 01c20339f3
7 changed files with 16 additions and 14 deletions

View File

@@ -1,6 +1,7 @@
#pragma once
#include <QWidget>
#include <QBoxLayout>
#include <QLabel>
#include "../TargetPinWidget.hpp"
@@ -13,7 +14,7 @@ namespace Bloom::Widgets::InsightTargetWidgets::Qfp
{
Q_OBJECT
private:
QVBoxLayout* layout = nullptr;
QBoxLayout* layout = nullptr;
QLabel* pinNumberLabel = nullptr;
QLabel* pinNameLabel = nullptr;
QLabel* pinDirectionLabel = nullptr;