[Digikam-devel] [Bug 142566] Can't change the date of a photo
Arnd Baecker
arnd.baecker at web.de
Wed Oct 3 06:59:06 BST 2007
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=142566
------- Additional Comments From arnd.baecker web de 2007-10-03 07:59 -------
I had a quick look: in magedescedittab.cpp, the d->dateTimeEdit
is connected with
void ImageDescEditTab::slotDateTimeChanged(const QDateTime& dateTime)
{
d->hub.setDateTime(dateTime);
setMetadataWidgetStatus(d->hub.dateTimeStatus(), d->dateTimeEdit);
slotModified();
}
So to my naive eye this looks ok.
However I am wondering, whether an additional explicit call to
void ImageDescEditTab::updateDate()
would be necessary?
More information about the Digikam-devel
mailing list