forked from qt-creator/qt-creator
Rename namespace DIFFEditor to DiffEditor.
Change-Id: Ia87098de61f38530806e1cf87b69d0bfc66e250c Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
#include <QStringList>
|
||||
#include <QMap>
|
||||
|
||||
namespace DIFFEditor {
|
||||
namespace DiffEditor {
|
||||
|
||||
Diff::Diff() :
|
||||
command(Diff::Equal)
|
||||
@@ -496,4 +496,4 @@ int Differ::commonSuffix(const QString &text1, const QString &text2) const
|
||||
return i;
|
||||
}
|
||||
|
||||
} // namespace DIFFEditor
|
||||
} // namespace DiffEditor
|
||||
|
||||
Reference in New Issue
Block a user