mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-23 18:50:52 +01:00
BorderProperties class: made setEditedBorder() public.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@1880 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -41,9 +41,9 @@ class BorderPropertiesWidget : public QWidget {
|
|||||||
const BorderProperties &borderProperties();
|
const BorderProperties &borderProperties();
|
||||||
bool isReadOnly() const;
|
bool isReadOnly() const;
|
||||||
void setReadOnly(bool);
|
void setReadOnly(bool);
|
||||||
|
void setEditedBorder(const BorderProperties &);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void setEditedBorder(const BorderProperties &);
|
|
||||||
void build();
|
void build();
|
||||||
|
|
||||||
// attributs
|
// attributs
|
||||||
|
|||||||
Reference in New Issue
Block a user