Skip to content

Commit

Permalink
Add explicit keyword to constructor with one argument.
Browse files Browse the repository at this point in the history
Remove duplicate include.
  • Loading branch information
jpwhiting committed Aug 30, 2013
1 parent 49bbab7 commit a0f0c7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion kmagselrect.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class KMagSelRect : public QObject, public QRect
Q_OBJECT

public:
KMagSelRect(QWidget *parent=0);
explicit KMagSelRect(QWidget *parent=0);
KMagSelRect(const QPoint &topLeft, const QPoint &bottomRight,
QWidget *parent=0);
KMagSelRect(const QPoint &topLeft, const QSize &size,
Expand Down
1 change: 0 additions & 1 deletion kmagzoomview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
#include <QtGui/QResizeEvent>
#include <QtGui/QMouseEvent>
#include <QtGui/QDesktopWidget>
#include <QtGui/QCursor>
#include <QtDBus/QDBusConnection>

// include files for KDE
Expand Down

0 comments on commit a0f0c7d

Please sign in to comment.