Ignore:
Timestamp:
Jan 8, 2014, 6:05:38 PM (10 years ago)
Author:
garnier
Message:

Suppression de methodes deprecated et de quelques warning de compilation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/trunk/pspaWT/sources/userInterface/src/GWt_console.cc

    r479 r481  
    2020  Wt::WContainerWidget *searchContainer = new Wt::WContainerWidget();
    2121   
    22   Wt::WLabel *label = new Wt::WLabel("Search ", searchContainer);
     22  new Wt::WLabel("Search ", searchContainer);
    2323  searchLineEdit_ = new Wt::WLineEdit("", searchContainer);
    2424  searchLineEdit_->setToolTip("clic here to search a string in the output");
Note: See TracChangeset for help on using the changeset viewer.