[Gammaray-commits] [KDAB/GammaRay] 1d7553: Fix build with Qt <= 5.1.
Anton Kreuzkamp
anton.kreuzkamp at kdab.com
Thu Mar 27 14:55:47 CET 2014
Branch: refs/heads/master
Home: https://github.com/KDAB/GammaRay
Commit: 1d75537ccb9a60d6aefb19c69b273f8fad5a504f
https://github.com/KDAB/GammaRay/commit/1d75537ccb9a60d6aefb19c69b273f8fad5a504f
Author: Anton Kreuzkamp <anton.kreuzkamp at kdab.com>
Date: 2014-03-27 (Thu, 27 Mar 2014)
Changed paths:
M core/toolmodel.cpp
M plugins/quickinspector/quickinspector.cpp
Log Message:
-----------
Fix build with Qt <= 5.1.
Fixed two small issues:
- missing #ifdef HAVE_SG_INSPECTOR in quickinspector.cpp
- accidently included metaobjectrepository.h inside a
#if QT_VERSION >= QT_VERSION_CHECK(5, 0, 0)
More information about the Gammaray-commits
mailing list