Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Plugin-TextureControl
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenFlipper-Free
Plugin-TextureControl
Commits
7f987bb8
Commit
7f987bb8
authored
Feb 06, 2017
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More cppcheck warnings
parent
5ecc0ac1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
QwtFunctionPlot.hh
QwtFunctionPlot.hh
+1
-1
textureProperties.hh
textureProperties.hh
+1
-1
No files found.
QwtFunctionPlot.hh
View file @
7f987bb8
...
...
@@ -114,7 +114,7 @@ class QwtFunctionPlot : public QDialog, public Ui::QwtFunctionPlotBase
public:
/// Default constructor
QwtFunctionPlot
(
QWidget
*
_parent
=
0
);
explicit
QwtFunctionPlot
(
QWidget
*
_parent
=
0
);
/// Destructor
~
QwtFunctionPlot
()
{}
...
...
textureProperties.hh
View file @
7f987bb8
...
...
@@ -77,7 +77,7 @@ class texturePropertiesWidget : public QDialog, public Ui::Dialog
void
getCoordinates1D
(
QString
_textureName
,
int
_id
,
std
::
vector
<
double
>&
_x
);
public:
texturePropertiesWidget
(
QWidget
*
parent
=
0
);
explicit
texturePropertiesWidget
(
QWidget
*
parent
=
0
);
void
show
(
TextureData
*
_texData
,
int
_id
,
QString
_name
=
""
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment