Skip to content
Snippets Groups Projects
Commit c6ef7086 authored by Jan Möbius's avatar Jan Möbius
Browse files

Include guard for headers to support automoc

parent a0c06e20
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,8 @@
* *
\*===========================================================================*/
#pragma once
#include <QObject>
#include <OpenFlipper/common/Types.hh>
......
......@@ -47,6 +47,8 @@
* *
\*===========================================================================*/
#pragma once
#include <QLabel>
class QClickableLabel : public QLabel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment