X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fgui%2FMainwindow.cxx;h=9f1d353ab2a568c14609c051133ebf87143e62ce;hp=196db38a18b838923a3cc3403b2b6b7d6c8768d0;hb=74555b2a9a524c568772bcea1332019a911bf86f;hpb=753a5d402674d4465c86f01ca7ff9ede53377964 diff --git a/src/gui/Mainwindow.cxx b/src/gui/Mainwindow.cxx index 196db38..9f1d353 100644 --- a/src/gui/Mainwindow.cxx +++ b/src/gui/Mainwindow.cxx @@ -18,7 +18,8 @@ namespace { } Mainwindow::Mainwindow(InformationManager* mgr) - : manager(mgr) { + : manager(mgr) + , logger(log4cxx::Logger::getLogger("Mainwindow")) { openAction = new QAction(tr("&Open"), this); // saveAction = new QAction(tr("&Save"), this); exitAction = new QAction(tr("E&xit"), this);