mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 05:17:44 -07:00
Merge pull request #13163 from jordan-woyak/pragma-once-oopsie
Add include guard to QtUtils.h
This commit is contained in:
commit
466e8de62c
@ -1,6 +1,8 @@
|
||||
// Copyright 2024 Dolphin Emulator Project
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
class QDateTimeEdit;
|
||||
|
||||
namespace QtUtils
|
||||
|
Loading…
Reference in New Issue
Block a user