mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix Linux compile warning with CDE
This commit is contained in:
parent
64f537ad05
commit
08b996405f
@ -40,7 +40,6 @@ class RiuViewerCommands;
|
||||
class RivGridBoxGenerator;
|
||||
class RivWindowEdgeAxesOverlayItem;
|
||||
|
||||
class QCDEStyle;
|
||||
class QLabel;
|
||||
|
||||
namespace caf
|
||||
@ -174,9 +173,6 @@ private:
|
||||
bool m_showAnimProgress;
|
||||
RiuSimpleHistogramWidget* m_histogramWidget;
|
||||
bool m_showHistogram;
|
||||
#if QT_VERSION < 0x050000
|
||||
QCDEStyle* m_progressBarStyle;
|
||||
#endif
|
||||
|
||||
cvf::ref<cvf::OverlayAxisCross> m_axisCross;
|
||||
bool m_showAxisCross;
|
||||
|
Loading…
Reference in New Issue
Block a user