DiffEditor: Make UnifiedDiffEditorWidget internal

Change-Id: I4c65190be212ed43cd0150d6f33a944e8accd73d
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-01-30 14:51:44 +01:00
parent 2a01738ffb
commit a96a62c941
3 changed files with 8 additions and 7 deletions

View File

@@ -31,7 +31,6 @@
#ifndef UNIFIEDDIFFEDITORWIDGET_H
#define UNIFIEDDIFFEDITORWIDGET_H
#include "diffeditor_global.h"
#include "differ.h"
#include "diffeditorcontroller.h"
#include "selectabletexteditorwidget.h"
@@ -53,8 +52,9 @@ namespace Internal { class DiffEditorGuiController; }
class ChunkData;
class FileData;
class DIFFEDITOR_EXPORT UnifiedDiffEditorWidget
: public SelectableTextEditorWidget
namespace Internal {
class UnifiedDiffEditorWidget : public SelectableTextEditorWidget
{
Q_OBJECT
public:
@@ -143,6 +143,7 @@ private:
QByteArray m_state;
};
} // namespace Internal
} // namespace DiffEditor
#endif // UNIFIEDDIFFEDITORWIDGET_H