Assorted cleanups around the source window.
commit0ab98fe58db00e68a0101e5fd7fb0e49678749dc
authorJohannes Sixt <j6t@kdbg.org>
Sun, 26 Sep 2010 16:23:04 +0000 (26 18:23 +0200)
committerJohannes Sixt <j6t@kdbg.org>
Sun, 26 Sep 2010 17:21:20 +0000 (26 19:21 +0200)
tree837f11d390d8e254fbda7abc0c52b616995a423c
parent5a7cfb2dc4f9650e0384cb658bf948f3451c54a9
Assorted cleanups around the source window.

Since the conversion to QTextEdit (long ago), no copy of the text would
have to be stored in the line descriptor array. Remove it.

QHelpEvent has a globalPos(); do not compute it manually.
kdbg/sourcewnd.cpp
kdbg/sourcewnd.h
kdbg/winstack.cpp