Vcs: Denoise *plugin.cpp and reduces scope of constants

Change-Id: If2eb34e8975cca46a52c61d902b89a5f99c757a5
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
hjk
2014-07-28 17:47:15 +02:00
parent 5ac407eecc
commit d1a8347e65
9 changed files with 434 additions and 440 deletions

View File

@@ -43,13 +43,10 @@ QT_END_NAMESPACE
namespace Core {
class CommandLocator;
class IVersionControl;
class IEditor;
}
namespace Utils { class ParameterAction; }
namespace VcsBase { class VcsBaseSubmitEditor; }
namespace Subversion {
namespace Internal {