56 void CoreWidget::slotShowPostProcessorManager() {
58 if ( OpenFlipper::Options::nogui() )
61 if ( ! postProcessorDialog_ ) {
66 connect(postProcessorDialog_,SIGNAL(updateExaminer(
unsigned)),
this,SLOT(
slotUpdateExaminer(
unsigned)));
68 postProcessorDialog_->show();