Skip to content

Commit

Permalink
Add missing forward declaration of QPrinter to MDIView.h.
Browse files Browse the repository at this point in the history
This change is Qt4/Qt5 neutral.
  • Loading branch information
f3nix committed Dec 22, 2015
1 parent 7c359b7 commit f7b8135
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Gui/MDIView.h
Expand Up @@ -27,6 +27,10 @@
#include "View.h"
#include <QMainWindow>

QT_BEGIN_NAMESPACE
class QPrinter;
QT_END_NAMESPACE

namespace Gui
{
class Document;
Expand Down

0 comments on commit f7b8135

Please sign in to comment.