added info of the cursor position

This commit is contained in:
nemu
2009-05-28 11:01:08 +00:00
parent 34e8324766
commit 4577590759
2 changed files with 16 additions and 0 deletions

View File

@@ -111,6 +111,7 @@ private slots:
void fontChanged( const QFont &f );
void textChanged(const bool forced = false);
void currentCursorPosition(int para, int pos);
void replace();
void replaceAndClose();