add explicit to ctor

This commit is contained in:
Kurt Hindenburg
2014-09-15 09:49:46 -04:00
parent 7237b73b34
commit f9ab2ff8dd

View File

@@ -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 */