mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-21 01:59:59 +02:00
Dans l'editeur d'elements, les changements d'orientations sont desormais annulables
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@121 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -40,6 +40,8 @@ class OrientationSet {
|
||||
const OrientationSet operator--(int);
|
||||
const OrientationSet operator++();
|
||||
const OrientationSet operator--();
|
||||
bool operator==(const OrientationSet &) const;
|
||||
bool operator!=(const OrientationSet &) const;
|
||||
bool fromString(const QString &);
|
||||
QString toString() const;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user