X-Git-Url: https://vaikene.ee/gitweb/highlight.css?a=blobdiff_plain;f=src%2Fapps%2FFileFinder%2FGUI%2Fgui.cpp;h=d1f1c4b36169b9bfa4bee7cd3d93e65ef2be9df9;hb=388264abc0442ea0e4c6dca6812cb755053c79d5;hp=29dcd712b3280e4aa22d3d37ee4dbce38f32f592;hpb=7eca3433b1db8f2bcc61fa8db60bc7546f5cb578;p=evaf diff --git a/src/apps/FileFinder/GUI/gui.cpp b/src/apps/FileFinder/GUI/gui.cpp index 29dcd71..d1f1c4b 100644 --- a/src/apps/FileFinder/GUI/gui.cpp +++ b/src/apps/FileFinder/GUI/gui.cpp @@ -118,7 +118,7 @@ bool FileFinder::GUI::Module::init(QString const & args) // Create the main widget for this window wMain = new Internal::MainWidget; connect(wMain, SIGNAL(quit()), qApp, SLOT(quit())); - win->addWidget(wMain); + win->addPanel("FileFinder", wMain); // Create actions for the window and widgets on it createActions();