ref #50 Fixing: added ;

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

View File

@ -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);
}