Skip to content

use selected image as default clock photo

use the current selected photo as the default clock photo in the time adjust dialog.

  • sets selectionMode of the listview to SingleSelection
  • introduce TimeAdjustSettings::setCurrentItemUrl and corresponding member variable
  • connects the itemselectionchanged event of the TimeAdjustList to call the above function with the current selection (will be emptyUrl if no selection)

Merge request reports