[libcalamaresui] Warnings--, no copy constructor for CDebug

This commit is contained in:
Adriaan de Groot 2019-07-04 16:20:26 +02:00
parent 4c5008ecb1
commit e2028cf85b

View File

@ -223,7 +223,7 @@ DebugWindow::DebugWindow()
{
for ( auto* w : qApp->topLevelWidgets() )
{
auto deb = cDebug();
Logger::CDebug deb;
dumpWidgetTree( deb, w, 0 );
}
});