]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiCommandBuffer.cpp
On Linux show in crash message box the backtrace
[lyx.git] / src / frontends / qt4 / GuiCommandBuffer.cpp
index 0d19a492425943ba9c9f9a0d42e25f6e66fc693f..f3179f0e84694f8ab145d16bd8af028026915ea5 100644 (file)
@@ -147,7 +147,7 @@ void GuiCommandBuffer::cancel()
 
 void GuiCommandBuffer::dispatch()
 {
-       QString cmd = edit_->text();
+       QString const cmd = edit_->text();
        view_->setFocus();
        edit_->setText(QString());
        edit_->clearFocus();