Browse Source

Add include guard to headers

adaptive-webui-19844
Chocobo1 6 years ago
parent
commit
66ffb01629
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 2
      src/base/unicodestrings.h
  2. 2
      src/gui/categoryfilterwidget.h

2
src/base/unicodestrings.h

@ -26,6 +26,8 @@ @@ -26,6 +26,8 @@
* exception statement from your version.
*/
#pragma once
// This file must be encoded in "UTF-8 with BOM"
#ifdef _MSC_VER
#pragma execution_character_set("utf-8")

2
src/gui/categoryfilterwidget.h

@ -26,6 +26,8 @@ @@ -26,6 +26,8 @@
* exception statement from your version.
*/
#pragma once
#include <QTreeView>
class CategoryFilterWidget : public QTreeView

Loading…
Cancel
Save