Fix krazy issues: Use explicit constructors

* Fix all warnings about non-explicit constructors except for those
   in 3rdparty code.
This commit is contained in:
Tobias Hunger
2010-08-26 18:35:30 +02:00
parent 8d188d0104
commit 715796b48a
63 changed files with 77 additions and 77 deletions

View File

@@ -60,7 +60,7 @@ class HelpViewer : public QTextBrowser
Q_DISABLE_COPY(HelpViewer)
public:
HelpViewer(qreal zoom, QWidget *parent = 0);
explicit HelpViewer(qreal zoom, QWidget *parent = 0);
~HelpViewer();
QFont viewerFont() const;