mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-04 16:22:52 +08:00
Some formatting like "this->m_" => "m_"
During Ref T203
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user