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:
@@ -38,7 +38,7 @@ template <class K, class T>
|
||||
class QMap;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace DIFFEditor {
|
||||
namespace DiffEditor {
|
||||
|
||||
class DIFFEDITOR_EXPORT Diff
|
||||
{
|
||||
@@ -93,6 +93,6 @@ private:
|
||||
DiffMode m_currentDiffMode;
|
||||
};
|
||||
|
||||
} // namespace DIFFEditor
|
||||
} // namespace DiffEditor
|
||||
|
||||
#endif // DIFF_H
|
||||
|
||||
Reference in New Issue
Block a user