svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=776979
This commit is contained in:
Aaron J. Seigo 2008-02-19 08:32:32 +00:00
parent 2aa51ef338
commit f1b334f9a3
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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;

View File

@ -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,