Added pasteSelection-slot and corrected two nonsense comments

This commit is contained in:
Christian Surlykke
2013-02-06 22:02:24 +01:00
parent 4955656ecc
commit 57f145503f
2 changed files with 10 additions and 2 deletions
+5
View File
@@ -421,6 +421,11 @@ void QTermWidget::pasteClipboard()
m_impl->m_terminalDisplay->pasteClipboard();
}
void QTermWidget::pasteSelection()
{
m_impl->m_terminalDisplay->pasteSelection();
}
void QTermWidget::setZoom(int step)
{
if (!m_impl->m_terminalDisplay)