Added initial selection info to NewLabelDialog.
This commit is contained in:
@@ -56,7 +56,7 @@ namespace libglabels
|
||||
double w() const { return mW; }
|
||||
double h() const { return mH; }
|
||||
|
||||
const QString &sizeDescription( Units *units );
|
||||
const QString sizeDescription( const Units *units ) const;
|
||||
bool isSimilarTo( Frame *other ) const;
|
||||
|
||||
const QPainterPath &path() const { return mPath; }
|
||||
@@ -69,8 +69,6 @@ namespace libglabels
|
||||
double mXWaste;
|
||||
double mYWaste;
|
||||
|
||||
QString mSizeDescription;
|
||||
|
||||
QPainterPath mPath;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user