Browse Source

stable_headers: Move to pragma once

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
QGC4.4
Patrick José Pereira 7 years ago
parent
commit
d96fc0a68e
  1. 4
      src/stable_headers.h

4
src/stable_headers.h

@ -1,9 +1,7 @@ @@ -1,9 +1,7 @@
#ifndef STABLE_HEADERS_H
#define STABLE_HEADERS_H
#pragma once
#include <QtCore>
#include <QtGui>
#include <QtWidgets>
#endif // STABLE_HEADERS_H

Loading…
Cancel
Save