Added MiniPreviewPixmap to Template.

This commit is contained in:
Jim Evins
2013-11-04 23:58:03 -05:00
parent 2843d8ccda
commit fe4595bde0
17 changed files with 263 additions and 34 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ namespace libglabels
inline double x() const { return mX; }
inline double y() const { return mY; }
static int compare( const Point &a, const Point &b );
bool operator<( const Point &other ) const;
private: