xref: switch contact is managed by cross ref

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3201 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2014-07-07 14:36:53 +00:00
parent bf4a2bbaec
commit 844167f181
8 changed files with 194 additions and 96 deletions

View File

@@ -19,6 +19,7 @@
#define XREFPROPERTIES_H
#include "propertiesinterface.h"
#include <QStringList>
/**
* @brief The XRefProperties class
@@ -64,6 +65,7 @@ class XRefProperties : public PropertiesInterface
DisplayHas m_display;
SnapTo m_snap_to;
QHash <QString, QString> m_prefix;
QStringList m_prefix_keys;
};
#endif // XREFPROPERTIES_H