aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/remotedialog.h
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2013-07-26 17:24:13 +0300
committerOrgad Shaneh <orgads@gmail.com>2013-07-29 10:33:18 +0200
commit60fa56db8e0220b255f07aceb8742e6c7491d10d (patch)
tree01a44ed6386581514fb8eb91c0fdad26838d2411 /src/plugins/git/remotedialog.h
parent044a78f7501518e89615390a467a1fc1026efc0e (diff)
Git: Initialize remote model directory even when no remotes found
Task-number: QTCREATORBUG-9789 Change-Id: If3626e244b9d85ad670d586438710e17bba8e927 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, 0 insertions, 2 deletions
diff --git a/src/plugins/git/remotedialog.h b/src/plugins/git/remotedialog.h
index 7a8d00900b9..7ab485ef043 100644
--- a/src/plugins/git/remotedialog.h
+++ b/src/plugins/git/remotedialog.h
@@ -92,8 +92,6 @@ private:
RemoteModel *m_remoteModel;
RemoteAdditionDialog *m_addDialog;
-
- QString m_repository;
};
} // namespace Internal