mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 14:37:50 +00:00
qt_launchpad: remove PWRN()
This commit is contained in:
parent
4e07f612cf
commit
dfc7c4b60b
@ -6,6 +6,8 @@
|
||||
|
||||
#include <QScrollArea>
|
||||
|
||||
#include <base/log.h>
|
||||
|
||||
#include "qt_launchpad.h"
|
||||
|
||||
#include "launch_entry.h"
|
||||
@ -109,7 +111,7 @@ void Qt_launchpad::remove_child(Launchpad_child::Name const &name, Genode::Alloc
|
||||
childrenDockWidgetContents->findChild<Child_entry*>(QString(name.string()) + "_child_entry");
|
||||
|
||||
if (!child_entry) {
|
||||
PWRN("child entry lookup failed");
|
||||
Genode::warning("child entry lookup failed");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user