aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/remotedialog.h
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2013-01-17 21:51:27 +0200
committerTobias Hunger <tobias.hunger@digia.com>2013-01-18 11:43:17 +0100
commit9417bea9acd7184b33adc176c1c5b507126b0c69 (patch)
treec925edf28bfb8cd0b895bd25878b55529ea292e2 /src/plugins/git/remotedialog.h
parentdf5cd3d6f59a10af887536a50967b490ee00c091 (diff)
VCS: Remove superfluous virtual
Change-Id: I105057202091f4b90f7f50eefb3506ee56d4bc1b Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/git/remotedialog.h')
-rw-r--r--src/plugins/git/remotedialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/git/remotedialog.h b/src/plugins/git/remotedialog.h
index 0af701a0763..91f60a281d0 100644
--- a/src/plugins/git/remotedialog.h
+++ b/src/plugins/git/remotedialog.h
@@ -89,7 +89,7 @@ public slots:
private slots:
protected:
- virtual void changeEvent(QEvent *e);
+ void changeEvent(QEvent *e);
private:
Ui::RemoteDialog *m_ui;