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:
mae
2009-12-03 18:35:36 +01:00
parent 48a555d789
commit 480c9a5bf4
5 changed files with 129 additions and 55 deletions

View File

@@ -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);