File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -72,9 +72,7 @@ QT_BEGIN_NAMESPACE
72
72
73
73
// The cache limit describes the maximum "junk" in the cache.
74
74
// These are the same defaults as QPixmapCache
75
- #if defined(Q_OS_SYMBIAN)
76
- static int cache_limit = 1024 * 1024 ; // 1048 KB cache limit for symbian
77
- #elif defined(Q_WS_QWS) || defined(Q_WS_WINCE)
75
+ #if defined(Q_WS_QWS) || defined(Q_WS_WINCE)
78
76
static int cache_limit = 2048 * 1024 ; // 2048 KB cache limit for embedded
79
77
#else
80
78
static int cache_limit = 10240 * 1024 ; // 10 MB cache limit for desktop
Original file line number Diff line number Diff line change @@ -91,9 +91,7 @@ QT_BEGIN_NAMESPACE
91
91
\sa QCache, QPixmap
92
92
*/
93
93
94
- #if defined(Q_OS_SYMBIAN)
95
- static int cache_limit = 1024 ; // 1048 KB cache limit for symbian
96
- #elif defined(Q_WS_QWS) || defined(Q_WS_WINCE)
94
+ #if defined(Q_WS_QWS) || defined(Q_WS_WINCE)
97
95
static int cache_limit = 2048 ; // 2048 KB cache limit for embedded
98
96
#else
99
97
static int cache_limit = 10240 ; // 10 MB cache limit for desktop
You can’t perform that action at this time.
0 commit comments