mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-25 10:01:38 +08:00
fixed compile issues
This commit is contained in:
parent
a492b75724
commit
dfa29b7b81
@ -1,5 +1,6 @@
|
||||
#include "jkqtpbaseplotterstyle.h"
|
||||
#include <QPalette>
|
||||
#include <QtMath>
|
||||
#include <QApplication>
|
||||
|
||||
JKQTBasePlotterStyle::JKQTBasePlotterStyle():
|
||||
|
@ -2,6 +2,7 @@
|
||||
#include "jkqtpbaseplotterstyle.h"
|
||||
#include "jkqtpbaseplotter.h"
|
||||
#include <QApplication>
|
||||
#include <QtMath>
|
||||
|
||||
|
||||
JKQTPGridStyle::JKQTPGridStyle(bool isMajor):
|
||||
|
Loading…
Reference in New Issue
Block a user