11 lines
143 B
C++
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 {};
|
|
}
|