explicit
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=776979
This commit is contained in:
parent
2aa51ef338
commit
f1b334f9a3
@ -49,7 +49,7 @@ class KCategorizedItemsView: public QWidget, public Ui::KCategorizedItemsViewBas
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
||||
KCategorizedItemsView(QWidget * parent = 0, Qt::WindowFlags f = 0);
|
||||
explicit KCategorizedItemsView(QWidget * parent = 0, Qt::WindowFlags f = 0);
|
||||
virtual ~KCategorizedItemsView();
|
||||
|
||||
void setFilterModel(QStandardItemModel * model); ///< Sets the filters model
|
||||
|
@ -63,7 +63,7 @@ class PlasmaAppletItemModel :
|
||||
public KCategorizedItemsViewModels::DefaultItemModel
|
||||
{
|
||||
public:
|
||||
PlasmaAppletItemModel(KConfigGroup configGroup, QObject * parent = 0);
|
||||
explicit PlasmaAppletItemModel(KConfigGroup configGroup, QObject * parent = 0);
|
||||
|
||||
QStringList mimeTypes() const;
|
||||
|
||||
|
@ -57,7 +57,7 @@ public:
|
||||
* x = parentLeft + (xRelative * parentWidth) + xAbsolute
|
||||
* y = parentTop + (yRelative * parentHeight) + yAbsolute
|
||||
*/
|
||||
NodeCoordinate(qreal xRelative = 0, qreal yRelative = 0, qreal xAbsolute = 0, qreal yAbsolute = 0);
|
||||
explicit NodeCoordinate(qreal xRelative = 0, qreal yRelative = 0, qreal xAbsolute = 0, qreal yAbsolute = 0);
|
||||
|
||||
enum CoordinateType {
|
||||
Relative = 0,
|
||||
|
Loading…
Reference in New Issue
Block a user