mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 14:24:54 +00:00
Add include guard to QtUtils.h
This commit is contained in:
parent
000e8fd83d
commit
d920064779
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
// Copyright 2024 Dolphin Emulator Project
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
class QDateTimeEdit;
|
||||
|
||||
namespace QtUtils
|
||||
|
|
Loading…
Add table
Reference in a new issue