Skip to content
Snippets Groups Projects
Commit 3994ff5b authored by Giacomo Strangolino's avatar Giacomo Strangolino
Browse files

richiesta 13574: in test

parent f59be012
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ Acdc::Acdc(CumbiaPool *cumbia_pool, QWidget *parent) : ...@@ -22,7 +22,7 @@ Acdc::Acdc(CumbiaPool *cumbia_pool, QWidget *parent) :
// mloader.modules() to get the list of loaded modules // mloader.modules() to get the list of loaded modules
// cumbia // cumbia
connect(ui->cbShowUnits, SIGNAL(toggled(bool)), this, SLOT(m_show_units(bool))); connect(ui->cbShowUnits, SIGNAL(toggled(bool)), this, SLOT(m_show_units(bool)));
m_show_units(true); m_show_units(false);
} }
Acdc::~Acdc() Acdc::~Acdc()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment