Bug report #2617
error: ‘class QgsColorButton’ has no member named ‘arrowColor’
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | nobody - | ||
Category: | Build/Install | ||
Affected QGIS version: | Regression?: | No | |
Operating System: | SuSE | Easy fix?: | No |
Pull Request or Patch supplied: | Resolution: | fixed | |
Crashes QGIS or corrupts data: | Copied to github as #: | 12677 |
Description
r13219
src/app/qgstextannotationdialog.cpp: In member function ‘void QgsTextAnnotationDialog::on_mFontColorButton_clicked()’:
src/app/qgstextannotationdialog.cpp:109: error: ‘class QgsColorButton’ has no member named ‘arrowColor’
cmake complains of nothing:
-- Quantum GIS version: 1.5.0 Trunk (10500)
-- Found Proj: /usr/lib/libproj.so
-- Found Expat: /usr/lib/libexpat.so
-- Using GSL from /usr
-- Found GEOS: /usr/lib/libgeos_c.so
-- Found GDAL: /usr/lib/libgdal.so
-- Found PostgreSQL: /usr/lib/libpq.so
-- Could not find GRASS
-- Found Python executable: /usr/bin/python2.6
-- Found Python version: 2.6
-- Found Python library: /usr/lib/libpython2.6.so
-- Found SIP version: 4.7.7
-- Found PyQt4 version: 4.4.3
-- Configuring done
-- Generating done
-- Build files have been written to: src/qgis/build
History
#1 Updated by Marco Hugentobler over 14 years ago
- Resolution set to fixed
- Status changed from Open to Closed
Should be fixed in 61c7b4cf (SVN r13221). Please reopen if this is not the cas (I have no Qt<4.5 to test)
#2 Updated by Sandro Santilli over 14 years ago
fix confirmed