aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/diffeditor/diffeditorcontroller.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-03-10 14:19:38 +0100
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-03-10 14:28:13 +0000
commit3d360653cf2d47b48cb467bcfb624f9a0d6fabc0 (patch)
treeddfbb40a8070b3b2e64fef49782d98f666bfb889 /src/plugins/diffeditor/diffeditorcontroller.h
parent478a2e86f93140685e44d779a5a31b84ab086556 (diff)
Clean headers of the DiffEditor plugin.
Change-Id: I1c49527f010acbece31849127fc4d182678b6f37 Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Diffstat (limited to 'src/plugins/diffeditor/diffeditorcontroller.h')
-rw-r--r--src/plugins/diffeditor/diffeditorcontroller.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/diffeditor/diffeditorcontroller.h b/src/plugins/diffeditor/diffeditorcontroller.h
index e54016eefb..b21946fff2 100644
--- a/src/plugins/diffeditor/diffeditorcontroller.h
+++ b/src/plugins/diffeditor/diffeditorcontroller.h
@@ -36,9 +36,12 @@
#include <QObject>
+QT_FORWARD_DECLARE_CLASS(QMenu)
+
namespace Core { class IDocument; }
namespace DiffEditor {
+
namespace Internal { class DiffEditorDocument; }
class DIFFEDITOR_EXPORT DiffEditorController : public QObject