mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-16 00:05:54 -05:00
Fix for #641 - this was due non-existing function in QgsColorTable
git-svn-id: http://svn.osgeo.org/qgis/trunk@6780 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
90c30ed250
commit
a8aa7af722
@ -63,7 +63,6 @@ public:
|
|||||||
|
|
||||||
/** \brief Clear the color table */
|
/** \brief Clear the color table */
|
||||||
void clear();
|
void clear();
|
||||||
void gack();
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@ -100,7 +100,6 @@ public:
|
|||||||
|
|
||||||
/** \brief Clear the color table */
|
/** \brief Clear the color table */
|
||||||
void clear();
|
void clear();
|
||||||
void gack();
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
/** \brief vector of discrete values */
|
/** \brief vector of discrete values */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user