~mkas/mixxx/mysql

« back to all changes in this revision

Viewing changes to mixxx/src/skin/propertybinder.h

  • Committer: MKas
  • Date: 2012-11-03 12:55:54 UTC
  • Revision ID: mkas@tux.lt-20121103125554-ez5ajqyk7bwehrp2
merge with trunk + sql fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
class ControlObject;
10
10
class ControlObjectThreadMain;
11
11
 
12
 
class PropertyBinder : QObject {
 
12
class PropertyBinder : public QObject {
13
13
    Q_OBJECT
14
14
  public:
15
15
    PropertyBinder(QWidget* pWidget, QString propertyName, ControlObject* pControl);