diff -r 71ad690e91f5 -r d6dafc5d983f javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/library/graphics/qt/graphicscontextimpl.h --- a/javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/library/graphics/qt/graphicscontextimpl.h Mon Oct 04 11:29:25 2010 +0300 +++ b/javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/library/graphics/qt/graphicscontextimpl.h Fri Oct 15 12:29:39 2010 +0300 @@ -104,6 +104,14 @@ virtual void saveSettings(); virtual void restoreSettings(); + /** + * Returns trasformed image + * + * @param image image to perform transformation on + * @param manuplation indicates what kind of transformation is needed + */ + QImage doTransform(QImage image, int manipulation); + private: /** @@ -135,14 +143,6 @@ bool isPtrWithinRange(const int* aStartPtr, const int* aEndPtr, const int* aPrt); /** - * Returns trasformed image - * - * @param image image to perform transformation on - * @param manuplation indicates what kind of transformation is needed - */ - - QImage doTransform(QImage image, int manipulation); - /** * Performs clean for graphicsContext, i.e. deletes all allocations * and resets state. */