Skip to content

Commit 8792cee

Browse files
committed
gha: build - test build with Qt 6.7.3 (preview bug); var init
1 parent 9f83ac0 commit 8792cee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222
ITK_CMAKE_OPTIONS: -DBUILD_SHARED_LIBS=ON -DBUILD_TESTING:BOOL=OFF -DITK_USE_64BITS_IDS:BOOL=ON -DModule_ITKReview:BOOL=ON -DModule_HigherOrderAccurateGradient:BOOL=ON -DModule_SplitComponents:BOOL=ON -DModule_ITKVtkGlue:BOOL=ON
2323
OPENIA_CMAKE_OPTIONS: -DopeniA_CUDA_ENABLED:BOOL=OFF -DModule_CommonImageFilters:BOOL=ON -DModule_FeatureCharacteristics:BOOL=ON -DModule_MetaFilters:BOOL=ON -DModule_Metrics:BOOL=ON -DModule_Segmentation:BOOL=ON -DModule_Surfaces:BOOL=ON -DModule_4DCT:BOOL=ON -DModule_AdaptiveThreshold:BOOL=ON -DModule_BoneThickness:BOOL=ON -DModule_CompVis:BOOL=ON -DModule_DreamCaster:BOOL=ON -DModule_DynamicVolumeLines:BOOL=ON -DModule_FeatureAnalyzer:BOOL=ON -DModule_FeatureAnalyzerComputation:BOOL=ON -DModule_FeatureScout:BOOL=ON -DModule_FiAKEr:BOOL=ON -DModule_FilterPreview:BOOL=ON -DModule_FoamCharacterization:BOOL=ON -DModule_FuzzyFeatureTracking:BOOL=ON -DModule_GEMSe:BOOL=ON -DModule_InSpectr:BOOL=ON -DModule_Labelling:BOOL=ON -DModule_NModalTF:BOOL=ON -DModule_Remote:BOOL=ON -DModule_TripleHistogramTF:BOOL=ON -DModule_Uncertainty:BOOL=ON -DModule_VolumePlayer:BOOL=ON
2424
OPENIA_BUILD_VERSION: nightly
25-
QT_VERSION: 6.8.2
25+
QT_VERSION: 6.7.3
2626
VTK_VERSION: 9.4.1
2727
VTK_SHORTVER: 9.4
2828
ITK_VERSION: 5.4.2

libs/gui/iARawFileParamDlg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class iARawFileParamDlg : public QObject
4141
qint64 m_fileSize;
4242
QLabel * m_proposedSizeLabel = nullptr;
4343
QWidget* m_previewContainer = nullptr;
44-
iAChartWithFunctionsWidget* m_chart;
44+
iAChartWithFunctionsWidget* m_chart = nullptr;
4545
iAParameterDlg* m_inputDlg = nullptr;
4646
bool m_accepted = false;
4747
bool m_brightTheme;

0 commit comments

Comments
 (0)