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

@@ -25,7 +25,7 @@ namespace BlackCore
namespace Db
{
//! Read information about data from Database or shared files
//! like when updated and number of entries.
//! such as when updated and number of entries.
//! \see BlackMisc::Db::CDbInfo
class BLACKCORE_EXPORT CInfoDataReader : public CDatabaseReader
{