SVN_SILENT: cleanups
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=816744
This commit is contained in:
parent
5ddceb467b
commit
1cd27868ac
8
dialog.h
8
dialog.h
@ -51,7 +51,7 @@ class PLASMA_EXPORT Dialog : public QWidget
|
||||
* @arg parent the parent widget, for plasmoids, this is usually 0.
|
||||
* @arg f the Qt::WindowFlags, default is to not show a windowborder.
|
||||
*/
|
||||
explicit Dialog( QWidget * parent = 0,Qt::WindowFlags f = Qt::Window );
|
||||
explicit Dialog(QWidget * parent = 0, Qt::WindowFlags f = Qt::Window);
|
||||
virtual ~Dialog();
|
||||
/**
|
||||
* @arg event the event that is used to position the dialog. Usually, you want
|
||||
@ -60,11 +60,11 @@ class PLASMA_EXPORT Dialog : public QWidget
|
||||
* @arg scenePos the absolute position on the scene.
|
||||
*/
|
||||
void position(QGraphicsSceneEvent *event, const QRectF boundingRect, QPointF scenePos);
|
||||
|
||||
/**
|
||||
|
||||
/**
|
||||
* @arg view The QGV where is displayed the applet
|
||||
* @arg scenePos the absolute position on the scene.
|
||||
* @arg boundingRect the boundingRect() from the applet.
|
||||
* @arg boundingRect the boundingRect() from the applet.
|
||||
*/
|
||||
void position(QGraphicsView * view,const QRectF boundingRect,QPointF scenePos);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user