Skip to content

Commit

Permalink
Merge pull request #13163 from jordan-woyak/pragma-once-oopsie
Browse files Browse the repository at this point in the history
Add include guard to QtUtils.h
  • Loading branch information
Tilka authored Nov 2, 2024
2 parents 000e8fd + d920064 commit 466e8de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Core/DolphinQt/QtUtils/QtUtils.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright 2024 Dolphin Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once

class QDateTimeEdit;

namespace QtUtils
Expand Down

0 comments on commit 466e8de

Please sign in to comment.