mirror of https://github.com/procxx/kepka.git
Closed beta version 1.3.14.2: Fix fallthrough.
This commit is contained in:
parent
55583c2237
commit
80cd74edc8
|
@ -1026,7 +1026,7 @@ bool _readSetting(quint32 blockId, QDataStream &stream, int version, ReadSetting
|
|||
|
||||
_cacheTotalSizeLimit = size;
|
||||
_cacheTotalTimeLimit = time;
|
||||
}
|
||||
} break;
|
||||
|
||||
case dbiSoundNotify: {
|
||||
qint32 v;
|
||||
|
|
Loading…
Reference in New Issue