aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/editor/scripteditor.cpp
diff options
context:
space:
mode:
authorGravatar Fabio Bas2008-12-30 10:05:59 +0000
committerGravatar Fabio Bas2008-12-30 10:05:59 +0000
commit7fc8cb2c83ddfd22023a08525c3d730890c55de9 (patch)
tree1c65dad925f69e0a670cb3d9a9a53f125a018631 /src/modules/editor/scripteditor.cpp
parentpartial fix for #322 (diff)
downloadKVIrc-7fc8cb2c83ddfd22023a08525c3d730890c55de9.tar.gz
KVIrc-7fc8cb2c83ddfd22023a08525c3d730890c55de9.tar.bz2
KVIrc-7fc8cb2c83ddfd22023a08525c3d730890c55de9.zip
Multiline input editor: "find" is supposed to work here, too; move the help label somewhere else. Fixes #328
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2961 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/editor/scripteditor.cpp')
-rw-r--r--src/modules/editor/scripteditor.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/modules/editor/scripteditor.cpp b/src/modules/editor/scripteditor.cpp
index 70534a8e4..e13c6106a 100644
--- a/src/modules/editor/scripteditor.cpp
+++ b/src/modules/editor/scripteditor.cpp
@@ -918,11 +918,6 @@ void KviScriptEditorImplementation::setFindText(const QString & szText)
m_pEditor->slotFind();
}
-void KviScriptEditorImplementation::setFindLineEditReadOnly(bool b)
-{
- m_pFindLineEdit->setReadOnly(b);
-}
-
void KviScriptEditorImplementation::updateRowColLabel()
{
if(m_lastCursorPos==m_pEditor->textCursor().position())