Minor tweaks around formatting, comments, renaming, warnings

This commit is contained in:
Klaus Basan
2014-04-21 11:28:17 +02:00
parent 54e8c6c4d0
commit 2fd80694a6
7 changed files with 45 additions and 65 deletions

View File

@@ -15,6 +15,7 @@ int main(int argc, char *argv[])
{
QCoreApplication a(argc, argv);
CBlackMiscTestMain::unitMain(argc, argv);
Q_UNUSED(a);
// bye
return 0;