summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfximage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/fx/qfximage.h')
-rw-r--r--src/declarative/fx/qfximage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/fx/qfximage.h b/src/declarative/fx/qfximage.h
index 91b10ef..c8e21ea 100644
--- a/src/declarative/fx/qfximage.h
+++ b/src/declarative/fx/qfximage.h
@@ -63,7 +63,7 @@ public:
QFxImage(QFxItem *parent=0);
~QFxImage();
- enum FillMode { Stretch, PreserveAspect, PreserveAspectFill, Tile, TileVertically, TileHorizontally };
+ enum FillMode { Stretch, PreserveAspectFit, PreserveAspectCrop, Tile, TileVertically, TileHorizontally };
FillMode fillMode() const;
void setFillMode(FillMode);