config does not save a value from destructor

Bug #761637 reported by Aleksey Sidorov
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
qutim
Fix Released
Medium
Ruslan Nigmatullin

Bug Description

Sample code.

SimpleWidget::~SimpleWidget()
{
 Config config;
 config.beginGroup("contactList");
 config.setValue("geometry", saveGeometry());
 config.endGroup();
 config.sync();
}

Changed in qutim:
milestone: none → 0.3
assignee: nobody → Ruslan Nigmatullin (euroelessar)
Revision history for this message
Ruslan Nigmatullin (euroelessar) wrote :

Check it

Changed in qutim:
importance: Undecided → Medium
status: New → Fix Committed
Changed in qutim:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.