forked from qt-creator/qt-creator
refactor rename selections
the new approach makes it possible to use more edit features inside the rename selection like cut/copy/paste. Furthermore it compresses rename operations better on the undo stack.
This commit is contained in:
@@ -377,8 +377,8 @@ public:
|
||||
public slots:
|
||||
void setDisplayName(const QString &title);
|
||||
|
||||
void paste();
|
||||
void cut();
|
||||
virtual void paste();
|
||||
virtual void cut();
|
||||
|
||||
void zoomIn(int range = 1);
|
||||
void zoomOut(int range = 1);
|
||||
|
||||
Reference in New Issue
Block a user