diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2009-08-07 00:02:41 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2009-08-07 00:02:41 (GMT) |
commit | 2f298c32e13419d8942fa3ed6b561fa8c0cde24b (patch) | |
tree | 7e355d8edcf7824b0b095cacdb79b9deb55079e3 /src/declarative/fx/qfxscalegrid_p.h | |
parent | f0ec53447574e7d4bf2db426d9409e918f5acd69 (diff) | |
download | Qt-2f298c32e13419d8942fa3ed6b561fa8c0cde24b.zip Qt-2f298c32e13419d8942fa3ed6b561fa8c0cde24b.tar.gz Qt-2f298c32e13419d8942fa3ed6b561fa8c0cde24b.tar.bz2 |
Should be static
Diffstat (limited to 'src/declarative/fx/qfxscalegrid_p.h')
-rw-r--r-- | src/declarative/fx/qfxscalegrid_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxscalegrid_p.h b/src/declarative/fx/qfxscalegrid_p.h index a8df3c1..483ade1 100644 --- a/src/declarative/fx/qfxscalegrid_p.h +++ b/src/declarative/fx/qfxscalegrid_p.h @@ -119,7 +119,7 @@ public: QString pixmapUrl() const; private: - QFxScaleGrid::TileRule stringToRule(const QString &) const; + static QFxScaleGrid::TileRule stringToRule(const QString &); private: int _l; |