added text selection

This commit is contained in:
fourtf
2017-09-12 19:06:16 +02:00
parent 8b40393023
commit 81b1a8774b
18 changed files with 585 additions and 239 deletions
+2 -1
View File
@@ -30,7 +30,8 @@ public:
const QString getCopyText() const;
int hasTrailingSpace() const;
const QString &getText() const;
int getLineNumber();
int getLineNumber() const;
int getCharacterLength() const;
private:
Word &_word;