Merge remote branch 'origin/1.3'

Trailing whitespace removal re-applied manually.
This commit is contained in:
Oswald Buddenhagen
2010-01-29 22:49:55 +01:00
302 changed files with 940 additions and 940 deletions

View File

@@ -45,7 +45,7 @@ namespace Core {
class IVersionControl;
}
namespace VCSBase {
namespace VCSBase {
namespace Internal {
struct State;
}
@@ -144,7 +144,7 @@ protected:
void initialize(Core::IVersionControl *vc);
public:
public:
virtual ~VCSBasePlugin();
const VCSBasePluginState &currentState() const;
@@ -166,7 +166,7 @@ protected:
// Implement to enable the plugin menu actions according to state.
virtual void updateActions(ActionState as) = 0;
// Implement to start the submit process.
// Implement to start the submit process.
virtual bool submitEditorAboutToClose(VCSBaseSubmitEditor *submitEditor) = 0;
// A helper to enable the VCS menu action according to state: