Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
Plugin-MeshCompare
Compare Revisions
e3fc09fd8db4f9473d65a19087d615ea338e4aa0...b9451b1d6694aafedea188ff9f8b28a20543ea30
Source
b9451b1d6694aafedea188ff9f8b28a20543ea30
Select Git revision
...
Target
e3fc09fd8db4f9473d65a19087d615ea338e4aa0
Select Git revision
Compare
Commits (1)
Adaptions for autouic
· b9451b1d
Jan Möbius
authored
Jan 10, 2019
b9451b1d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
+2
-7
MeshCompareToolbarWidget.hh
MeshCompareToolbarWidget.hh
+1
-3
QwtFunctionPlot.hh
QwtFunctionPlot.hh
+1
-4
No files found.
MeshCompareToolbarWidget.hh
View file @
b9451b1d
...
...
@@ -43,9 +43,7 @@
#pragma once
#include "ui_MeshCompareToolbar.hh"
#include <QtWidgets>
#include "ui_MeshCompareToolbar.h"
class
MeshCompareToolbarWidget
:
public
QWidget
,
public
Ui
::
MeshCompareToolbar
...
...
QwtFunctionPlot.hh
View file @
b9451b1d
...
...
@@ -59,16 +59,13 @@
//== INCLUDES =================================================================
#include <QtWidgets>
#include <qwt_plot.h>
#include <qwt_plot_curve.h>
#include <qwt_plot_zoomer.h>
#include <qwt_scale_engine.h>
#include <qwt_plot_marker.h>
#include <ui_QwtFunctionPlotBase.h
h
>
#include <ui_QwtFunctionPlotBase.h>
#include <ACG/QwtWidgets/QwtHistogramm.hh>
#include <vector>
...
...