ImageViewer: De-pimpl two internal classes

Change-Id: I3302463157f757fbb5190f25052fad1506d10612
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
hjk
2014-02-24 18:29:27 +01:00
parent d967b6413f
commit c17cd92073
5 changed files with 19 additions and 46 deletions

View File

@@ -32,16 +32,16 @@
#include "imageviewer.h"
#include "imageviewerconstants.h"
#include <QList>
#include <QSignalMapper>
#include <QAction>
#include <coreplugin/icore.h>
#include <coreplugin/actionmanager/actionmanager.h>
#include <coreplugin/actionmanager/command.h>
#include <coreplugin/editormanager/editormanager.h>
#include <coreplugin/id.h>
#include <QAction>
#include <QList>
#include <QSignalMapper>
namespace ImageViewer {
namespace Internal {