]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Constructor/constructor.cpp
-Se conectan como trompada!!!!!
[z.facultad/75.42/plaqui.git] / Constructor / constructor.cpp
index 4b26ee4364ff3fb9666d8cb63ff4f3da3cd6bbed..241abdb3f2d6f1627e74da12df3fec259901fe96 100644 (file)
@@ -387,6 +387,7 @@ void Constructor::on_btn_check_clicked()
        if ( !listaItems.empty() ) {
                while ( i != listaItems.end() ) {
                        CItem *temp = *i;
+                       std::cout<< "item="<<temp->get_name()<<" "<<"check= "<<temp->check_connection()<<std::endl;
                        if ( !temp->check_connection() ) {
                                dlg_connect->set_title("Error");
                                dlg_label->set_text("Los elementos no estan conectados\n\t\tcorrectamente");