AppleWin/source/frontends/qapple/loggingcategory.h
Andrea Odetti 0778812560 First decent implementation of Audio Output.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2019-11-09 21:43:35 +00:00

8 lines
150 B
C

#ifndef LOGGINGCATEGORY_H
#define LOGGINGCATEGORY_H
#include <QLoggingCategory>
Q_DECLARE_LOGGING_CATEGORY(appleAudio)
#endif // LOGGINGCATEGORY_H