[Digikam-devel] extragear/graphics/digikam/libs/imageproperties
Gilles Caulier
caulier.gilles at gmail.com
Thu Jul 30 18:32:41 BST 2009
This is not good, because author name will not be filled in text edit.
I know where is the problem now. it's a signals / slots loop. I will fix it
Gilles
2009/7/30 Andi Clemens <andi.clemens at gmx.net>:
> SVN commit 1004617 by aclemens:
>
> This commit fixes the caption issue described in the ML for me.
> Do we really need this connection?
>
> CCMAIL:digikam-devel at kde.org
>
> M +2 -2 captionedit.cpp
>
>
> --- trunk/extragear/graphics/digikam/libs/imageproperties/captionedit.cpp #1004616:1004617
> @@ -74,8 +74,8 @@
> connect(d->altLangStrEdit, SIGNAL(signalModified()),
> this, SIGNAL(signalModified()));
>
> - connect(d->altLangStrEdit, SIGNAL(signalSelectionChanged(const QString&)),
> - this, SLOT(slotSelectionChanged(const QString&)));
> +// connect(d->altLangStrEdit, SIGNAL(signalSelectionChanged(const QString&)),
> +// this, SLOT(slotSelectionChanged(const QString&)));
>
> connect(d->altLangStrEdit, SIGNAL(signalAddValue(const QString&, const QString&)),
> this, SLOT(slotAddValue(const QString&, const QString&)));
> _______________________________________________
> Digikam-devel mailing list
> Digikam-devel at kde.org
> https://mail.kde.org/mailman/listinfo/digikam-devel
>
More information about the Digikam-devel
mailing list