Files
create/tests/src/App/Branding.cpp
2023-04-06 08:07:53 +02:00

9 lines
96 B
C++

#include "gtest/gtest.h"
#include "App/Branding.h"
TEST(Branding, one)
{
QString ss {};
}