diff --git a/analitzaplot/plotter3d_es.h b/analitzaplot/plotter3d_es.h --- a/analitzaplot/plotter3d_es.h +++ b/analitzaplot/plotter3d_es.h @@ -30,6 +30,7 @@ #include #include #include +#include class QAbstractItemModel; class QPainter; @@ -109,7 +110,7 @@ void hideAxisHint(); /** If the flag @p simplerot is true the rotation ignores any fixed or free direction */ - void setUseSimpleRotation(bool simplerot); + ANALITZAPLOT_DEPRECATED void setUseSimpleRotation(bool simplerot); /** Get information about the current rotarion approach: if return true then rotation is simple. */ bool isUsingSimpleRotation() const { return m_simpleRotation; }