Skip to content
Permalink
Browse files
Merge pull request #6848 from lioncash/guard
DolphinQt2: Add missing header guards for CheatCodeEditor and MappingIndicator
  • Loading branch information
JosJuice committed May 13, 2018
2 parents 8f44423 + b03c433 commit 74d5610
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
@@ -2,6 +2,8 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.

#pragma once

#include <QDialog>

class QDialogButtonBox;
@@ -2,6 +2,8 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.

#pragma once

#include <QWidget>

namespace ControllerEmu

0 comments on commit 74d5610

Please sign in to comment.