aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/gerrit/gerritoptionspage.h
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2013-05-08 23:16:23 +0300
committerOrgad Shaneh <orgads@gmail.com>2013-05-17 17:59:10 +0200
commitc60ab1ca3c8b70588341b4d92f3d972184c14008 (patch)
tree31f2156dfb2b1c4875ef8091e7d9cb0bc605b39c /src/plugins/git/gerrit/gerritoptionspage.h
parentf7ac7fb2410c3450e9680ec537da1587e1ba4753 (diff)
Git: Fix object leaks
Change-Id: I0efb368782ffb66cf6b8d39650fe7840c5ef2501 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/git/gerrit/gerritoptionspage.h')
-rw-r--r--src/plugins/git/gerrit/gerritoptionspage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/git/gerrit/gerritoptionspage.h b/src/plugins/git/gerrit/gerritoptionspage.h
index 7e77c0897f..02a3131a1a 100644
--- a/src/plugins/git/gerrit/gerritoptionspage.h
+++ b/src/plugins/git/gerrit/gerritoptionspage.h
@@ -76,6 +76,7 @@ class GerritOptionsPage : public VcsBase::VcsBaseOptionsPage
public:
GerritOptionsPage(const QSharedPointer<GerritParameters> &p,
QObject *parent = 0);
+ ~GerritOptionsPage();
QWidget *createPage(QWidget *parent);
void apply();