mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
kdeui: fix compiler warning about wrong type
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
5c2ce9ef9e
commit
78a79cd548
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ public:
|
|||
QString mLockFileName;
|
||||
QMutex mMutex;
|
||||
|
||||
quint32 mTimestamp;
|
||||
time_t mTimestamp;
|
||||
quint32 mCacheId; // Unique id, will change when cache is recreated
|
||||
int mCacheLimit;
|
||||
RemoveStrategy mRemoveStrategy:4;
|
||||
|
|
Loading…
Add table
Reference in a new issue