add explicit to ctor

wilder-portage
Kurt Hindenburg 12 years ago
parent 7237b73b34
commit f9ab2ff8dd
  1. 2
      src/ScreenWindow.h

@ -63,7 +63,7 @@ public:
* to notify the window when the associated screen has changed and synchronize selection updates
* between all views on a session.
*/
ScreenWindow(Screen* screen, QObject* parent = 0);
explicit ScreenWindow(Screen* screen, QObject* parent = 0);
virtual ~ScreenWindow();
/** Sets the screen which this window looks onto */

Loading…
Cancel
Save