Skip to content
Snippets Groups Projects
Commit 0edb3cbc authored by Mikhail Svechnikov's avatar Mikhail Svechnikov
Browse files

fix qcustomplot headers

parent 1a987bd0
No related branches found
No related tags found
1 merge request!1339GUI: fix masks and projections
......@@ -20,7 +20,7 @@
#include "GUI/View/Plot2D/ColorMapCanvas.h"
#include "GUI/View/PlotUtil/ColorMap.h"
#include "GUI/View/PlotUtil/SavePlotAssistant.h"
#include "qcustomplot.h"
#include <qcustomplot.h>
#include <QVBoxLayout>
namespace {
......
......@@ -20,7 +20,7 @@
#include "GUI/View/PlotUtil/PlotEventInfo.h"
#include "GUI/View/PlotUtil/RangeUtils.h"
#include "GUI/View/Tool/UpdateTimer.h"
#include "qcustomplot.h"
#include <qcustomplot.h>
namespace {
......
......@@ -17,7 +17,7 @@
#include "Device/IO/IOFactory.h"
#include "GUI/Application/ApplicationSettings.h"
#include "GUI/View/PlotUtil/ColorMap.h"
#include "qcustomplot.h"
#include <qcustomplot.h>
#include <QFileDialog>
#include <QMessageBox>
#include <QVector>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment