PDA

View Full Version : Qt 4.6.3 QString and memory consumption



webquinty
6th April 2012, 12:42
Hello,

I have app in Qt 4.6.3.

There is a periodic timer where I have declared several QStrings to handle different strings.

Well, after two-three hours this app has high memory consumption up to 98% of all memory system.

I have read that QString is guilty. is it true?
How to fix this problem?

Best regards

wysota
10th April 2012, 15:45
Where have you read that?