File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,6 @@ void DLayerShellWindow::setKeyboardInteractivity(DLayerShellWindow::KeyboardInte
127127 d->keyboardInteractivity = interactivity;
128128 Q_EMIT keyboardInteractivityChanged ();
129129 }
130-
131130}
132131
133132DLayerShellWindow::KeyboardInteractivity DLayerShellWindow::keyboardInteractivity () const
@@ -164,15 +163,15 @@ void DLayerShellWindow::setCloseOnDismissed(bool close)
164163{
165164 if (close != d->closeOnDismissed ) {
166165 d->closeOnDismissed = close;
167- }
166+ }
168167}
169168
170169void DLayerShellWindow::setScope (const QString& scope)
171170{
172171 if (scope != d->scope ) {
173172 d->scope = scope;
174173 Q_EMIT scopeChanged ();
175- }
174+ }
176175}
177176
178177QString DLayerShellWindow::scope () const
@@ -215,7 +214,7 @@ DLayerShellWindow::DLayerShellWindow(QWindow* window)
215214#ifdef BUILD_WITH_X11
216215 else if (auto xcbWindow = dynamic_cast <QNativeInterface::Private::QXcbWindow*>(window->handle ())) {
217216 new LayerShellEmulation (window, this );
218- qCWarning (layershellwindow) << " not a wayland window, try to emulate on x11" ;
217+ qCInfo (layershellwindow) << " not a wayland window, try to emulate on x11" ;
219218 }
220219#endif
221220 else {
You can’t perform that action at this time.
0 commit comments