diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-07-05 23:48:07 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-07-05 23:48:07 (GMT) |
commit | d64a03d2a9653756aad322c71209254e7f21ff5d (patch) | |
tree | 62973fa4889306554b0f19be54017f7d6a2fc987 | |
parent | 517abac2ee9a16f7262c121a2df29309ee8c3ecb (diff) |
cleanup
-rw-r--r-- | src/mainwin.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwin.cc b/src/mainwin.cc index 5adff8b..0492dac 100644 --- a/src/mainwin.cc +++ b/src/mainwin.cc @@ -337,6 +337,7 @@ MainWindow::MainWindow(const QString &filename) connect(this->helpActionHomepage, SIGNAL(triggered()), this, SLOT(helpHomepage())); connect(this->helpActionManual, SIGNAL(triggered()), this, SLOT(helpManual())); + console->setReadOnly(true); setCurrentOutput(); |