Fix build prior Qt 5.4.0.

--HG--
branch : release
This commit is contained in:
Roman Telezhynskyi 2018-09-29 22:05:03 +03:00
parent 577065539c
commit c23502da9a

View File

@ -14,6 +14,8 @@
#include <functional>
#include "logging.h"
#ifdef __GNUC__
#define V_UNUSED __attribute__ ((unused))
#else