aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/editor/scripteditor.cpp
diff options
context:
space:
mode:
authorGravatar Fabio Bas2009-03-25 17:12:05 +0000
committerGravatar Fabio Bas2009-03-25 17:12:05 +0000
commitfcc92d44845b4d3f85ca7efecfe25cd25de9a849 (patch)
treea9ae5d57691f210c205e9b99e7fa739f7d8589d0 /src/modules/editor/scripteditor.cpp
parentreworked fix for #383, some gcc 4.3 noise fix (diff)
downloadKVIrc-fcc92d44845b4d3f85ca7efecfe25cd25de9a849.tar.gz
KVIrc-fcc92d44845b4d3f85ca7efecfe25cd25de9a849.tar.bz2
KVIrc-fcc92d44845b4d3f85ca7efecfe25cd25de9a849.zip
implemented #408 (password fields with a tick to hide/show text)
gcc 4.3 noise reduction git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3164 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/editor/scripteditor.cpp')
-rw-r--r--src/modules/editor/scripteditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/editor/scripteditor.cpp b/src/modules/editor/scripteditor.cpp
index 19b5aa50d..0d07dfbc0 100644
--- a/src/modules/editor/scripteditor.cpp
+++ b/src/modules/editor/scripteditor.cpp
@@ -410,7 +410,7 @@ void KviScriptEditorWidget::mouseReleaseEvent(QMouseEvent * e)
if (e->button() == Qt::RightButton)
{
QString szBuffer;
- /*
+ /\*
int iPara = paragraphAt(e->pos());
int iIndex=charAt(e->pos(),&iPara);
szBuffer = this->text(iPara);