Replace typedef
with using
Signed-off-by: LocalSpook <56512186+LocalSpook@users.noreply.github.com>
This commit is contained in:
parent
b376888f43
commit
5be80df1ee
37 changed files with 63 additions and 48 deletions
|
@ -87,7 +87,7 @@ class NetRequest : public NetAction {
|
|||
std::unique_ptr<Sink> m_sink;
|
||||
Options m_options;
|
||||
|
||||
typedef const QLoggingCategory& (*logCatFunc)();
|
||||
using logCatFunc = const QLoggingCategory& (*)();
|
||||
logCatFunc logCat = taskUploadLogC;
|
||||
|
||||
std::chrono::steady_clock m_clock;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue