Some formatting like "this->m_" => "m_"

During Ref T203
This commit is contained in:
Klaus Basan
2017-12-09 19:29:04 +01:00
parent 0dc6b63ba5
commit 6374e5e10a
8 changed files with 117 additions and 120 deletions

View File

@@ -16,7 +16,6 @@
#include "testprocess.h"
#include "blackmisc/processinfo.h"
#include <QTest>
#include <QCoreApplication>
@@ -24,7 +23,6 @@ using namespace BlackMisc;
namespace BlackMiscTest
{
void CTestProcess::processInfo()
{
CProcessInfo invalid;
@@ -37,7 +35,6 @@ namespace BlackMiscTest
QVERIFY2(current1 == current2, "Current process equals process with current PID");
QVERIFY2(current1 == current3, "Current process equals process with current PID and name");
}
}
//! \endcond