forked from qt-creator/qt-creator
more code cosmetics
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
***************************************************************************/
|
||||
|
||||
#include "subversioneditor.h"
|
||||
#include "annotationhighlighter.h"
|
||||
#include "subversionconstants.h"
|
||||
@@ -39,8 +40,8 @@
|
||||
#include <QtCore/QDebug>
|
||||
#include <QtGui/QTextCursor>
|
||||
|
||||
namespace Subversion {
|
||||
namespace Internal {
|
||||
using namespace Subversion;
|
||||
using namespace Subversion::Internal;
|
||||
|
||||
SubversionEditor::SubversionEditor(const VCSBase::VCSBaseEditorParameters *type,
|
||||
QWidget *parent) :
|
||||
@@ -135,6 +136,3 @@ QString SubversionEditor::fileNameFromDiffSpecification(const QTextBlock &inBloc
|
||||
}
|
||||
return QString();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user