Remove noDrag madness.

This commit is contained in:
Tobias Rundstrom 2006-02-26 14:45:36 -03:00
parent 56dd4cf3ee
commit f58f03f19e
9 changed files with 3 additions and 51 deletions

View file

@ -17,10 +17,6 @@ class SkinDisplay : public QWidget
Q_OBJECT
public:
SkinDisplay (QWidget *parent);
bool getNoDrag () const { return m_noDrag; }
void setNoDrag (bool d) { m_noDrag = d; }
QWidget *getMW () const { return m_mw; }
public slots:
@ -37,7 +33,6 @@ class SkinDisplay : public QWidget
QWidget *m_tbar;
private:
bool m_noDrag;
int m_diffX;
int m_diffY;
};