SVN commit 1082474 by nienhueser:
another explicit constructor
M +1 -1 HostipRunner.h
--- trunk/KDE/kdeedu/marble/src/lib/runners/HostipRunner.h #1082473:1082474
@@ -35,7 +35,7 @@
{
Q_OBJECT
public:
- HostipRunner(QObject *parent = 0);
+ explicit HostipRunner(QObject *parent = 0);
~HostipRunner();