forked from qt-creator/qt-creator
Git: Support non-recursive grep
Change-Id: Ib38239e28e8b24d993015e5568df02fe2a67f0e8 Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
committed by
Orgad Shaneh
parent
d4565be655
commit
feb2db61fc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user