~neon/lokalize/master

« back to all changes in this revision

Viewing changes to src/xlifftextedit.h

  • Committer: Simon Depiets
  • Date: 2019-03-19 09:40:54 UTC
  • Revision ID: git-v1:53bc45aeddf3e9af0265cb1b502b2571c0afcd71
Ensure the cursor is visible after a text operation

BUG: 404169
BUG: 403131
BUG: 405008

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
        Q_UNUSED(block);
65
65
        return true;
66
66
    }
 
67
    void insertPlainTextWithCursorCheck(const QString &text);
67
68
 
68
69
public slots:
69
70
    void reflectApprovementState();