diff options
| author | 2009-03-25 17:12:05 +0000 | |
|---|---|---|
| committer | 2009-03-25 17:12:05 +0000 | |
| commit | fcc92d44845b4d3f85ca7efecfe25cd25de9a849 (patch) | |
| tree | a9ae5d57691f210c205e9b99e7fa739f7d8589d0 /src/modules/editor/scripteditor.cpp | |
| parent | reworked fix for #383, some gcc 4.3 noise fix (diff) | |
| download | KVIrc-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.cpp | 2 |
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); |
