added basic buggy text copying
This commit is contained in:
@@ -71,6 +71,8 @@ public:
|
||||
|
||||
// selection
|
||||
int getSelectionIndex(QPoint point);
|
||||
int getLastCharacterIndex() const;
|
||||
void addSelectionText(QString &str, int from, int to);
|
||||
|
||||
private:
|
||||
struct Line {
|
||||
|
||||
Reference in New Issue
Block a user