Skip to content
Snippets Groups Projects
Commit 00d11d7a authored by Matthew D Jones's avatar Matthew D Jones
Browse files

Re #11422 Correct some comments

parent e736cd7b
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@
***************************************************************************/
#include "PowerScaleEngine.h"
#include "ScaleEngine.h"
/*!
Return a dummy transformation
......
......@@ -4,7 +4,7 @@
--------------------------------------------------------------------
Copyright : (C) 2009 by Ion Vasilief
Email (use @ for *) : ion_vasilief*yahoo.fr
Description : Return a transformation for reciprocal (1/t) scales
Description : Return a transformation for power (X^n) scales
***************************************************************************/
......@@ -46,7 +46,7 @@ private:
};
/*!
\brief A scale engine for reciprocal (1/t) scales
\brief A scale engine for power (X^n) scales
*/
class PowerScaleEngine: public QwtScaleEngine
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment