From a8bb62e6e290678f221a01bec7b24e6742366759 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Sat, 3 Jul 2010 06:53:06 +0000 Subject: Theme Editor: Made irrelevant menu items disabled at startup, made wrap-around search work in the find/replace dialog git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27253 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/gui/findreplacedialog.h | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/themeeditor/gui/findreplacedialog.h') diff --git a/utils/themeeditor/gui/findreplacedialog.h b/utils/themeeditor/gui/findreplacedialog.h index 793094a5fe..009a077d8b 100644 --- a/utils/themeeditor/gui/findreplacedialog.h +++ b/utils/themeeditor/gui/findreplacedialog.h @@ -53,6 +53,7 @@ private: Ui::FindReplaceDialog *ui; QPlainTextEdit* editor; + QTextCursor textFound; }; #endif // FINDREPLACEDIALOG_H -- cgit v1.2.3