forked from qt-creator/qt-creator
Git: Minor cleanup
* Remove unused includes * Remove QObject qualification * Use a raw pointer for widget instead of QPointer. It is owned by GitGrep. Change-Id: I4e2c9878289ed3491bfd7b0565a683bc01e485f3 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
974070d2c8
commit
71166d06d0
@@ -30,9 +30,6 @@
|
||||
|
||||
#include <utils/fileutils.h>
|
||||
|
||||
#include <QPointer>
|
||||
#include <QStringListModel>
|
||||
|
||||
QT_FORWARD_DECLARE_CLASS(QCheckBox)
|
||||
|
||||
namespace Git {
|
||||
@@ -56,7 +53,7 @@ public:
|
||||
const TextEditor::FileFindParameters ¶meters) override;
|
||||
|
||||
private:
|
||||
QPointer<QCheckBox> m_widget;
|
||||
QCheckBox *m_widget;
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user