4
0
mirror of https://github.com/QuasarApp/CopyrightFixer.git synced 2025-05-05 14:09:48 +00:00

ref Fixing: added ;

This commit is contained in:
IgorekLoschinin 2021-05-08 14:30:48 +03:00
parent 2d40b34126
commit a0d6502ce0

@ -21,6 +21,6 @@ void SignerTest::test() {
}
void SignerTest::testSigner() {
qWarning() << "The SignerTest class is not implemented"
qWarning() << "The SignerTest class is not implemented";
QVERIFY(true);
}