mirror of
https://github.com/KDE/konsole.git
synced 2026-06-12 07:55:07 -04:00
add explicit to ctor
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user