Reverted commit due to change in lang/qet_en.ts

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4492 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
dfochi
2016-05-20 20:22:44 +00:00
parent 940a7230e3
commit 99f1a0e83a
7 changed files with 30 additions and 110 deletions

View File

@@ -35,11 +35,6 @@ class XRefProperties : public PropertiesInterface
Contacts
};
enum ViewMode {
Index,
FolioLabel
};
enum SnapTo {
Bottom,
Label
@@ -61,9 +56,6 @@ class XRefProperties : public PropertiesInterface
void setDisplayHas (const DisplayHas dh) {m_display = dh;}
DisplayHas displayHas () const {return m_display;}
void setViewMode (const ViewMode vm) {m_view_mode = vm;}
ViewMode viewMode () const {return m_view_mode;}
void setSnapTo (const SnapTo st) {m_snap_to = st;}
SnapTo snapTo () const {return m_snap_to;}
@@ -73,7 +65,6 @@ class XRefProperties : public PropertiesInterface
private:
bool m_show_power_ctc;
DisplayHas m_display;
ViewMode m_view_mode;
SnapTo m_snap_to;
QHash <QString, QString> m_prefix;
QStringList m_prefix_keys;