~mkas/mixxx/mysql

« back to all changes in this revision

Viewing changes to mixxx/src/library/basesqltablemodel.cpp

  • 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:
11
11
#include "library/stardelegate.h"
12
12
#include "mixxxutils.cpp"
13
13
 
14
 
const bool sDebug = true;
 
14
const bool sDebug = false;
15
15
 
16
16
BaseSqlTableModel::BaseSqlTableModel(QObject* pParent,
17
17
                                     TrackCollection* pTrackCollection,