Ref T219, changed or removed some log category functions

* removed unused
* used standard "static const CLogCategoryList &getLogCategories()" patten
This commit is contained in:
Klaus Basan
2018-01-07 03:00:42 +01:00
parent d073f711e3
commit c23fe86f7f
9 changed files with 40 additions and 41 deletions

View File

@@ -96,10 +96,6 @@ namespace BlackSimPlugin
return sims;
}
//! Log message category
static QString getLogCategory() { return "swift.fscommon.fsuipc"; }
protected:
//! \copydoc QObject::timerEvent
void timerEvent(QTimerEvent *event);
@@ -120,7 +116,7 @@ namespace BlackSimPlugin
//! Integer representing fractional
static double intToFractional(double fractional);
};
}
}
} // ns
} // ns
#endif // guard