Skip to content

Commit 62b2b87

Browse files
committed
Fix TunableLabel include paths in RigWidget
Updated include statements for TunableLabel in RigWidget.cpp, RigWidget.h, and RigWidget.ui to use the correct path 'ui/component/TunableLabel.h'. This resolves issues with locating the header file and ensures proper integration of the custom widget.
1 parent 13f8e8a commit 62b2b87

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

ui/RigWidget.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include "data/Data.h"
1212
#include "service/hrdlog/HRDLog.h"
1313
#include "data/BandPlan.h"
14+
#include "ui/component/tunablelabel.h"
1415

1516
// On AIR pinging to HRDLog [in sec]
1617
#define ONAIR_INTERVAL (1 * 60)

ui/RigWidget.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include <QWidget>
55
#include "rig/Rig.h"
66
#include "service/hrdlog/HRDLog.h"
7+
#include "ui/component/tunablelabel.h"
78

89
namespace Ui {
910
class RigWidget;

ui/RigWidget.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
<customwidget>
219219
<class>TunableLabel</class>
220220
<extends>QLabel</extends>
221-
<header>tunablelabel.h</header>
221+
<header>ui/component/TunableLabel.h</header>
222222
</customwidget>
223223
</customwidgets>
224224
<resources/>

0 commit comments

Comments
 (0)