summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxscalegrid_p.h
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-08-07 00:02:41 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-08-07 00:02:41 (GMT)
commit2f298c32e13419d8942fa3ed6b561fa8c0cde24b (patch)
tree7e355d8edcf7824b0b095cacdb79b9deb55079e3 /src/declarative/fx/qfxscalegrid_p.h
parentf0ec53447574e7d4bf2db426d9409e918f5acd69 (diff)
downloadQt-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.h2
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;