1
0
Fork 0
forked from len0rd/rockbox

Theme Editor: Added an edit menu with a find/replace function (copied from an LGPL library)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27137 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Bieber 2010-06-26 07:59:23 +00:00
parent 5300c7014d
commit be70fd89be
12 changed files with 937 additions and 3 deletions

View file

@ -73,6 +73,12 @@ private slots:
void tabTitleChanged(QString title);
void updateCurrent(); /* Generates code in the current tab */
void lineChanged(int line); /* Used for auto-expand */
void undo();
void redo();
void cut();
void copy();
void paste();
void findReplace();
private:
/* Setup functions */