blob: 8dc3bc4e9d8693488ca6d20c2749f6fcd18c73f1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- kcal/vcalformat.cpp.orig 2012-11-23 17:05:03.000000000 +0800
+++ kcal/vcalformat.cpp 2012-11-23 17:05:32.000000000 +0800
@@ -1029,8 +1029,7 @@
if ( ( vo = isAPropertyOf( vevent, VCRRuleProp ) ) != 0 ) {
QString tmpStr = ( s = fakeCString( vObjectUStringZValue( vo ) ) );
deleteStr( s );
- tmpStr.simplified();
- tmpStr = tmpStr.toUpper();
+ tmpStr = tmpStr.simplified().toUpper();
// first, read the type of the recurrence
int typelen = 1;
|