Commit 82d69691 authored by Patrick José Pereira's avatar Patrick José Pereira
Browse files

ui: Move to pragma once



Signed-off-by: default avatarPatrick José Pereira <patrickelectric@gmail.com>
parent a9a570dd
#ifndef _SCROLLBAR_H
#define _SCROLLBAR_H 1
#pragma once
#include <qscrollbar.h>
......@@ -49,5 +48,3 @@ private:
double d_maxBase;
int d_baseTicks;
};
#endif
#ifndef QGCUNCONNECTEDINFOWIDGET_H
#define QGCUNCONNECTEDINFOWIDGET_H
#pragma once
#include <QWidget>
......@@ -35,4 +34,3 @@ public slots:
void addLink();
};
#endif // QGCUNCONNECTEDINFOWIDGET_H
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment