diff options
Diffstat (limited to 'general/ImageCache.cpp')
| -rw-r--r-- | general/ImageCache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/general/ImageCache.cpp b/general/ImageCache.cpp index b7e5bf71..a5ce28f3 100644 --- a/general/ImageCache.cpp +++ b/general/ImageCache.cpp @@ -27,7 +27,7 @@ KPixmapCache ImageCache::cache("pokegen"); -QPixmap ImageCache::open(const QString& fname, const bool force) throw(OpenException) +QPixmap ImageCache::open(const QString& fname) throw(OpenException) { if (!QFile::exists(fname)) throw(OpenException("ImageCache", fname)); |
