> > one thing I don't get is how you managed to use a string ("0") as the
> > default value for an int ;)
>
> +    QString m_privacy;
>
> m_privacy seems to be a QString :)

oh.
but we also have this:
int imagebinPrivacy = uiServersOptions.imagebinPrivacy->currentIndex();

so, either make it always an int, or make it an enum. don't use a string. 
especially a string that just contains a number anyways...

-- 
This message brought to you by eevil bananas and the number 3.
www.chani3.com

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel

Reply via email to