New TODO comment style.

Qt Creator 2.5 is able to parse those.
This commit is contained in:
Felix Geyer 2012-05-11 12:39:06 +02:00
parent 8faac078fd
commit 587a647c11
16 changed files with 38 additions and 38 deletions

View file

@ -30,7 +30,7 @@ void TestCryptoHash::initTestCase()
void TestCryptoHash::test()
{
// TODO move somewhere else
// TODO: move somewhere else
QVERIFY(Crypto::selfTest());
CryptoHash cryptoHash1(CryptoHash::Sha256);