Add find-replace preview as a TODO item
This commit is contained in:
parent
8333e5fbf1
commit
b8a0de377a
@ -29,6 +29,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
|
|||||||
|
|
||||||
extern ProtocolManager *OstProtocolManager;
|
extern ProtocolManager *OstProtocolManager;
|
||||||
|
|
||||||
|
// TODO: It might be useful for this dialog to support a "preview"
|
||||||
|
// of the replacements
|
||||||
|
|
||||||
FindReplaceDialog::FindReplaceDialog(Action *action, QWidget *parent)
|
FindReplaceDialog::FindReplaceDialog(Action *action, QWidget *parent)
|
||||||
: QDialog(parent), action_(action)
|
: QDialog(parent), action_(action)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user