Implement fields in ModelImageObject.

This commit is contained in:
Jim Evins
2019-07-30 21:26:16 -04:00
parent 57cbf18039
commit 6fda0246a8
2 changed files with 29 additions and 6 deletions
+3 -1
View File
@@ -149,7 +149,9 @@ namespace glabels
// Private
///////////////////////////////////////////////////////////////
void loadImage();
QImage* createShadowImage( const QColor& color ) const;
QImage* createShadowImage( const QImage& image,
const QColor& color ) const;
///////////////////////////////////////////////////////////////