Files
create/tests/src/App/Branding.cpp
2025-10-09 13:50:17 -05:00

11 lines
143 B
C++

// SPDX-License-Identifier: LGPL-2.1-or-later
#include <gtest/gtest.h>
#include "App/Branding.h"
TEST(Branding, one)
{
QString ss {};
}