From e9b7742dfe99741340dcfffb3a28c21854680671 Mon Sep 17 00:00:00 2001 From: taipanromania Date: Wed, 17 Sep 2008 18:27:05 +0000 Subject: [PATCH] update to qt4 backend --- frontend_qt4/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend_qt4/mainwindow.cpp b/frontend_qt4/mainwindow.cpp index 67f4989f..82c22760 100644 --- a/frontend_qt4/mainwindow.cpp +++ b/frontend_qt4/mainwindow.cpp @@ -79,7 +79,7 @@ void MainWindow::on_generate_clicked() m_bc.bc.setPrimaryMessage(primary->text()); m_bc.bc.setSymbol(metaObject()->enumerator(0).value(stype->currentIndex())); - m_bc.bc.setBorder((Zint::BareCode::BorderType)btype->currentIndex()); + m_bc.bc.setBorderType((Zint::BareCode::BorderType)btype->currentIndex()); m_bc.bc.setBorderWidth(bwidth->value()); m_bc.bc.setHeight(heightb->value()); m_bc.bc.setWidth(widthb->value());