diff options
author | con <[email protected]> | 2009-11-10 18:02:42 +0100 |
---|---|---|
committer | con <[email protected]> | 2009-11-10 18:19:37 +0100 |
commit | e4b1a25dd2bb8233a02c7ae5a5476e88ac4f0451 (patch) | |
tree | 01bc276d22f11b8196f6e64c86cd62887a8f9459 /src/plugins/git/gitversioncontrol.cpp | |
parent | 3cd7f49e71f263a5cc80cac90d5b15a2bbde0b56 (diff) |
Revert "Code model: Update on changes from the versioning system."
This reverts commit 7aa24116935249a840e1350a6f8de73bc794fb09.
It breaks the code model updates completely. So reverting this change
until we have the right thing.
Reviewed-by: Roberto Raggi
Diffstat (limited to 'src/plugins/git/gitversioncontrol.cpp')
-rw-r--r-- | src/plugins/git/gitversioncontrol.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/git/gitversioncontrol.cpp b/src/plugins/git/gitversioncontrol.cpp index c64a683bea0..559d296220e 100644 --- a/src/plugins/git/gitversioncontrol.cpp +++ b/src/plugins/git/gitversioncontrol.cpp @@ -96,10 +96,5 @@ QString GitVersionControl::findTopLevelForDirectory(const QString &directory) co return GitClient::findRepositoryForDirectory(directory); } -void GitVersionControl::emitFilesChanged(const QStringList &l) -{ - emit filesChanged(l); -} - } // Internal } // Git |