Skip to content

COMP: Add header QStyle to qSlicerAppMainWindow.

Solves the following incomplete type class QStyle error:

Software/Slicer/Slicer-src/Applications/SlicerApp/qSlicerAppMainWindow.cxx: In member function ‘virtual void qSlicerAppMainWindowPrivate::setupUi(QMainWindow*)’:
Software/Slicer/Slicer-src/Applications/SlicerApp/qSlicerAppMainWindow.cxx:138:42: error: invalid use of incomplete type ‘class QStyle’
   QIcon networkIcon = mainWindow->style()->standardIcon(QStyle::SP_DriveNetIcon);

Merge request reports