[qt] refactor: qt_common lib #94

Merged
crueter merged 53 commits from refactor/qt_common into master 2025-09-15 17:21:19 +02:00
2 changed files with 6 additions and 0 deletions
Showing only changes of commit 092e645296 - Show all commits

View file

@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project
// SPDX-License-Identifier: GPL-3.0-or-later
#include "qt_frontend_util.h"
namespace QtCommon::Frontend {

View file

@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project
// SPDX-License-Identifier: GPL-3.0-or-later
#ifndef QT_FRONTEND_UTIL_H
#define QT_FRONTEND_UTIL_H