Skip to content

Commit

Permalink
fixed bug #48 some users could not #include <QPrintPreviewWidget>
Browse files Browse the repository at this point in the history
  • Loading branch information
jkriege2 committed Apr 21, 2022
1 parent 3679be3 commit cc6a87c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/jkqtplotter/jkqtpbaseplotter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include <QSvgGenerator>
#include <QDebug>
#include <QElapsedTimer>
#include <QPrintPreviewWidget>
#include <QtPrintSupport/QPrintPreviewWidget>
#include <QDialog>
#include "jkqtplotter/jkqtpbaseplotter.h"
#include "jkqtplotter/gui/jkqtpgraphsmodel.h"
Expand Down
2 changes: 1 addition & 1 deletion lib/jkqtplotter/jkqtpbaseplotter.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#include <QMap>
#include <QVector>
#include <QPair>
#include <QPrintPreviewWidget>
#include <QtPrintSupport/QPrintPreviewWidget>
#include <QDoubleSpinBox>
#include <QLabel>
#include <QPointer>
Expand Down

0 comments on commit cc6a87c

Please sign in to comment.