mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-20 02:40:03 +02:00
suppressed warning in qwt + added reason
This commit is contained in:
parent
a36670df42
commit
98f0b967e3
@ -5,6 +5,11 @@
|
||||
#include "qVersionResolve.h"
|
||||
#include "sls/logger.h"
|
||||
|
||||
//Suppressing warning until qwt has a fix, avoid
|
||||
//patching and should be backwards compatible
|
||||
//https://doc.qt.io/qt-5/qflags-obsolete.html
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
||||
#include <qlist.h>
|
||||
#include <qtoolbutton.h>
|
||||
#include <qwt_color_map.h>
|
||||
@ -15,6 +20,7 @@
|
||||
#include <qwt_scale_draw.h>
|
||||
#include <qwt_scale_engine.h>
|
||||
#include <qwt_scale_widget.h>
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
#include <cmath>
|
||||
#include <iostream>
|
||||
|
Loading…
x
Reference in New Issue
Block a user