Bug report #2879
QGIS won't compile with GCC 4.5
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | nobody - | ||
Category: | Build/Install | ||
Affected QGIS version: | Regression?: | No | |
Operating System: | Fedora | Easy fix?: | No |
Pull Request or Patch supplied: | Resolution: | fixed | |
Crashes QGIS or corrupts data: | Copied to github as #: | 12939 |
Description
It was already pointed out in #2845
that if ( splitterState != QVariant::QVariant() ) should be if ( splitterState != QVariant() ) in qgscomposer.cpp.
Otherwise it won't compile with GCC 4.5.
Associated revisions
fix #2879
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13903 c8812cc2-4d05-0410-92ff-de0c093fc19c
fix #2879
git-svn-id: http://svn.osgeo.org/qgis/trunk@13903 c8812cc2-4d05-0410-92ff-de0c093fc19c
History
#1 Updated by Jürgen Fischer over 14 years ago
- Resolution set to fixed
- Status changed from Open to Closed
fixed in f1c90149 (SVN r13904).