Make ExtenderItem's constructor explicit.
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=875477
This commit is contained in:
parent
16883d6243
commit
f3244ec357
@ -90,7 +90,7 @@ class PLASMA_EXPORT ExtenderItem : public QGraphicsWidget
|
||||
* @param extenderItemId the id of the extender item. Use the default 0 to assign a new,
|
||||
* unique id to this extender item.
|
||||
*/
|
||||
ExtenderItem(Extender *hostExtender, uint extenderItemId = 0);
|
||||
explicit ExtenderItem(Extender *hostExtender, uint extenderItemId = 0);
|
||||
|
||||
~ExtenderItem();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user