X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiGraphics.cpp;h=a8c0d924328030a55d11f3ff8fb0a9bd3f2b205a;hb=8a69ffd3bfaa4ab23b281a38b9a65f0a8550c997;hp=75ccbf8085f7f9b6f95bea317828c046f3099d66;hpb=b749e175c60c1c1f785cd9418fff8934fe2cffbe;p=features.git diff --git a/src/frontends/qt4/GuiGraphics.cpp b/src/frontends/qt4/GuiGraphics.cpp index 75ccbf8085..a8c0d92432 100644 --- a/src/frontends/qt4/GuiGraphics.cpp +++ b/src/frontends/qt4/GuiGraphics.cpp @@ -315,12 +315,6 @@ void GuiGraphics::on_getPB_clicked() } -void GuiGraphics::on_filename_textChanged(const QString & filename) -{ - EmbeddedFile file = EmbeddedFile(fromqstr(filename), fromqstr(bufferFilepath())); -} - - void GuiGraphics::setAutoText() { if (scaleCB->isChecked()) @@ -596,7 +590,7 @@ void GuiGraphics::updateContents() else origin->setCurrentIndex(0); - //// latex section + // latex section latexoptions->setText(toqstr(igp.special)); }