summaryrefslogtreecommitdiff
path: root/src/plugins/mercurial/optionspage.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2018-02-02 10:08:21 +0100
committerhjk <hjk@qt.io>2018-02-06 11:58:15 +0000
commit713b8636ea740502597b79b1a74382d1b3a70ab6 (patch)
treea1ece14ba7f98d1fa2ce01e4880c707dc5a74082 /src/plugins/mercurial/optionspage.h
parente7792f8f50b21889f727884ab8b94cb87f38169e (diff)
downloadqt-creator-713b8636ea740502597b79b1a74382d1b3a70ab6.tar.gz
Vcs/Text search: Remove a few addAutoReleaseObject uses
Using a QObject parent suffices here. Change-Id: I4dc5448511d55bf14fbd8f810e91336a49e94094 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/mercurial/optionspage.h')
-rw-r--r--src/plugins/mercurial/optionspage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/mercurial/optionspage.h b/src/plugins/mercurial/optionspage.h
index e8f181d907..625eeb30f5 100644
--- a/src/plugins/mercurial/optionspage.h
+++ b/src/plugins/mercurial/optionspage.h
@@ -53,7 +53,7 @@ class OptionsPage : public VcsBase::VcsClientOptionsPage
Q_OBJECT
public:
- OptionsPage(Core::IVersionControl *control);
+ OptionsPage(Core::IVersionControl *control, QObject *parent);
};
} // namespace Internal