forget file from previous commit

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2687 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun 2013-12-31 12:53:22 +00:00
parent 8adf17b906
commit b7186468d0

View File

@ -91,17 +91,19 @@ void elementpropertieswidget::buildInterface() {
//Add tab according to the element //Add tab according to the element
switch (element_ -> linkType()) { switch (element_ -> linkType()) {
case SIMPLE: case Element::Simple:
break; break;
case REPORT: case Element::Report:
frp_ = new FolioReportProperties(element_, this); frp_ = new FolioReportProperties(element_, this);
tab_ -> addTab(frp_, tr("Report de folio")); tab_ -> addTab(frp_, tr("Report de folio"));
break; break;
case MASTER: case Element::Master:
break; break;
case SLAVE: case Element::SlaveNC:
break; break;
case BORNIER: case Element::SlaveNO:
break;
case Element::Bornier:
break; break;
default: default:
break; break;