# # # patch "src/util/DebugLog.h" # from [03c00cd416e6db6eea27b05f404f742af4c54b69] # to [20cdf5054242d1e2cfc7e20b40279417092825b1] # ============================================================ --- src/util/DebugLog.h 03c00cd416e6db6eea27b05f404f742af4c54b69 +++ src/util/DebugLog.h 20cdf5054242d1e2cfc7e20b40279417092825b1 @@ -41,7 +41,7 @@ public: singleton()->log(Debug, msg); #else Q_UNUSED(msg); -#endif; +#endif } inline static void info(const QString & msg) { singleton()->doLog(Info, msg); }