typical zero parent support

This commit is contained in:
Aaron Seigo 2011-04-28 15:19:07 +02:00 committed by Marco Martin
parent 0fff74cec0
commit 636f351d3c

View File

@ -55,7 +55,7 @@ class Storage : public Plasma::Service
Q_OBJECT
public:
Storage(QObject* parent);
Storage(QObject *parent = 0);
~Storage();
protected: