[PATCH] Re: KConfigXT Support for ToolTips?
Pino Toscano
toscano.pino at tiscali.it
Sat Apr 12 22:13:26 BST 2008
Hi,
> Index: config/kcoreconfigskeleton.h
> ===================================================================
> --- config/kcoreconfigskeleton.h (revision 795370)
> +++ config/kcoreconfigskeleton.h (working copy)
> [...]
> @@ -591,6 +603,7 @@ public:
> {
> QString name;
> QString label;
> + QString toolTip;
> QString whatsThis;
> };
>
A bit more context:
class KDECORE_EXPORT ItemEnum:public ItemInt
{
public:
struct Choice
{
QString name;
QString label;
QString whatsThis;
};
isn't adding a new member to that struct a BIC?
About the other changes, they look ok.
--
Pino Toscano
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20080412/fab24d03/attachment.sig>
More information about the kde-core-devel
mailing list