Fixed defines for Logger

This commit is contained in:
Teo Mrnjavac 2014-06-12 13:49:58 +02:00
parent de93d4eabb
commit 4e14ec7834

View File

@ -55,7 +55,7 @@ namespace Logger
DLLEXPORT QString logFile();
}
#define tLog Logger::CLog
#define tDebug Logger::CDebug
#define cLog Logger::CLog
#define cDebug Logger::CDebug
#endif // CALAMARES_LOGGER_H