Git: Support non-recursive grep

Change-Id: Ib38239e28e8b24d993015e5568df02fe2a67f0e8
Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
Orgad Shaneh
2019-03-17 08:31:42 +02:00
committed by Orgad Shaneh
parent d4565be655
commit feb2db61fc
2 changed files with 15 additions and 3 deletions

View File

@@ -29,6 +29,8 @@
#include <QCoreApplication>
QT_FORWARD_DECLARE_CLASS(QCheckBox);
namespace Utils { class FancyLineEdit; }
namespace Git {
@@ -56,6 +58,7 @@ public:
private:
QWidget *m_widget;
Utils::FancyLineEdit *m_treeLineEdit;
QCheckBox *m_recurseSubmodules = nullptr;
};
} // namespace Internal