Mercurial > hg > easyhg
diff src/mainwindow.h @ 558:d932ce55c364 find
Remove the single find widget from top, add one to each tab at the bottom instead. (Turns out you don't usually want to search for the same text in both types of widget.) Also provide sensible no-results text.
author | Chris Cannam |
---|---|
date | Mon, 27 Feb 2012 17:08:26 +0000 |
parents | a1d210c767ab |
children | 533519ebc0cb |
line wrap: on
line diff
--- a/src/mainwindow.h Thu Feb 23 15:28:29 2012 +0000 +++ b/src/mainwindow.h Mon Feb 27 17:08:26 2012 +0000 @@ -36,7 +36,6 @@ class WorkStatusWidget; class FsWatcher; -class FindWidget; class MainWindow : public QMainWindow { @@ -69,7 +68,6 @@ void startupDialog(); void clearSelections(); void showAllChanged(); - void findTextChanged(QString); void hgTest(); void hgTestExtension(); @@ -183,7 +181,6 @@ WorkStatusWidget *m_workStatus; HgTabWidget *m_hgTabs; - FindWidget *m_findWidget; QString m_remoteRepoPath; QString m_workFolderPath;