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
360bfab53d85651807499be4d5fa3bcba7a76a71
360bfab53d85651807499be4d5fa3bcba7a76a71
Switch branch/tag
qgroundcontrol
src
stable_headers.h
Find file
Normal view
History
Permalink
stable_headers.h
72 Bytes
Newer
Older
stable_headers: Move to pragma once
Patrick José Pereira
committed
Oct 29, 2018
1
#pragma once
Precompile a handful of Qt headers to speed up compilation time
Nate Weibley
committed
Oct 13, 2015
2
3
4
5
6
7
#include
<QtCore>
#include
<QtGui>
#include
<QtWidgets>