Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
82d69691
Commit
82d69691
authored
Oct 27, 2018
by
Patrick José Pereira
Browse files
ui: Move to pragma once
Signed-off-by:
Patrick José Pereira
<
patrickelectric@gmail.com
>
parent
a9a570dd
Changes
22
Hide whitespace changes
Inline
Side-by-side
src/ui/linechart/Scrollbar.h
View file @
82d69691
#ifndef _SCROLLBAR_H
#define _SCROLLBAR_H 1
#pragma once
#include
<qscrollbar.h>
...
...
@@ -49,5 +48,3 @@ private:
double
d_maxBase
;
int
d_baseTicks
;
};
#endif
src/ui/uas/QGCUnconnectedInfoWidget.h
View file @
82d69691
#ifndef QGCUNCONNECTEDINFOWIDGET_H
#define QGCUNCONNECTEDINFOWIDGET_H
#pragma once
#include
<QWidget>
...
...
@@ -35,4 +34,3 @@ public slots:
void
addLink
();
};
#endif // QGCUNCONNECTEDINFOWIDGET_H
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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