Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
f46ff35e
Commit
f46ff35e
authored
Apr 16, 2015
by
Don Gagne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clearDefaultValue not needed
parent
1f7a7157
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
9 deletions
+0
-9
FactMetaData.cc
src/FactSystem/FactMetaData.cc
+0
-6
FactMetaData.h
src/FactSystem/FactMetaData.h
+0
-3
No files found.
src/FactSystem/FactMetaData.cc
View file @
f46ff35e
...
...
@@ -133,9 +133,3 @@ QVariant FactMetaData::_maxForType(void)
// Make windows compiler happy, even switch is full cased
return
QVariant
();
}
void
FactMetaData
::
clearDefaultValue
(
void
)
{
_defaultValue
=
0
;
_defaultValueAvailable
=
false
;
}
src/FactSystem/FactMetaData.h
View file @
f46ff35e
...
...
@@ -74,9 +74,6 @@ public:
void
setMin
(
const
QVariant
&
max
);
void
setMax
(
const
QVariant
&
max
);
/// Used to clear a default value which it is found to possibly be invalid
void
clearDefaultValue
(
void
);
private:
QVariant
_minForType
(
void
);
QVariant
_maxForType
(
void
);
...
...
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