Skip to content
Snippets Groups Projects
Commit 35b69d96 authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

Compile warning.

parent 54c5692e
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,7 @@ class NameValidator : public QValidator ...@@ -75,7 +75,7 @@ class NameValidator : public QValidator
{ {
public: public:
NameValidator(const QList<MaemoDeviceConfig> &devConfs, QWidget *parent = 0) NameValidator(const QList<MaemoDeviceConfig> &devConfs, QWidget *parent = 0)
: m_devConfs(devConfs) : QValidator(parent), m_devConfs(devConfs)
{ {
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment