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:
@@ -42,7 +42,7 @@
|
||||
#include <QAction>
|
||||
#include <QToolBar>
|
||||
|
||||
namespace DIFFEditor {
|
||||
namespace DiffEditor {
|
||||
class DiffEditorWidget;
|
||||
|
||||
namespace Internal {
|
||||
@@ -153,6 +153,6 @@ private:
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace DIFFEditor
|
||||
} // namespace DiffEditor
|
||||
|
||||
#endif // DIFFEDITORPLUGIN_H
|
||||
|
||||
Reference in New Issue
Block a user