[libcalamaresui] Warnings--, no copy constructor for CDebug
This commit is contained in:
parent
4c5008ecb1
commit
e2028cf85b
@ -223,7 +223,7 @@ DebugWindow::DebugWindow()
|
||||
{
|
||||
for ( auto* w : qApp->topLevelWidgets() )
|
||||
{
|
||||
auto deb = cDebug();
|
||||
Logger::CDebug deb;
|
||||
dumpWidgetTree( deb, w, 0 );
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user