examples/tools/treemodelcompleter/mainwindow.cpp
changeset 37 758a864f9613
parent 30 5dc02b23752f
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
   239 }
   239 }
   240 //! [7]
   240 //! [7]
   241 
   241 
   242 void MainWindow::updateContentsLabel(const QString& sep)
   242 void MainWindow::updateContentsLabel(const QString& sep)
   243 {
   243 {
   244     contentsLabel->setText(QString(tr("Type path from model above with items at each level separated by a '%1'")).arg(sep));
   244     contentsLabel->setText(tr("Type path from model above with items at each level separated by a '%1'").arg(sep));
   245 }
   245 }
   246 
   246